Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 948 Bytes

File metadata and controls

19 lines (10 loc) · 948 Bytes

#php-client

This is the open-source (Apache 2 License) PHP client for Continusec Verifiable Data Structures API.

To use, simply take the src/continusec.php file and include it in your app.

Note that we require the php-intl package to be installed if you need objecthash verification to work correctly with unicode characters, and we also need the curl library installed (we welcome any alternative suggestions especially those in the form of pull requests) if these are difficult to come by).

See the docs (https://www.continusec.com/documentation/clients), starting with creating a new ContinusecClient to get started.

To test (requires the go-client, which stands up a mock HTTP server):

php src/continusec_test.go

To generate docs (once you have the phpDocumentor.phar):

php ~/Downloads/phpDocumentor.phar -d src -t target

For any questions / feedback, please open an issue in Github, or send mail to: support@continusec.com.