Example projects with PHPThemis #
Once you have installed PHPThemis, it’s time to give it some action!
Code samples #
Some code samples for Themis features are available
at docs/examples/php
on GitHub:
- data encryption using Secure Cell
- message encryption using Secure Message
- a simple chat server and client using Secure Session
You can also take a look at unit tests in PHPThemis source code.
Debugging aids #
There are command-line utilities
that you can run from GitHub source code
at tools/php
.
What’s next #
Read the feature guide to learn how to use Themis effectively in PHP.