katena-chain / sdk-php-client
This package is abandoned and no longer maintained.
The author suggests using the katena-chain/sdk-php package instead.
Katena SDK-php-client
v1.1.1
2019-06-13 08:35 UTC
Requires
- php: ^7.1
- ext-json: *
- guzzlehttp/guzzle: ~6.0
- paragonie/sodium_compat: ^1.9
This package is auto-updated.
Last update: 2019-09-27 09:29:47 UTC
README
Please use sdk-php instead.
Requirements
- PHP >= 7.1
- ext-json
Install
composer require katena-chain/sdk-php-client
Usage
To rapidly interact with our API, you can use our Transactor helper. It handles all the steps needed to correctly
format, sign and send a transaction.
Feel free to explore and modify its code to meet your expectations.
Examples
Detailed examples are provided in the examples folder to explain how to use our Transactor helper methods.
Available examples:
- Send a
Certificate - Retrieve a
Certificate - Encrypt and send a
Secret - Retrieve a list of
Secret
For instance, to send a certificate:
php examples/send_certificate.php
Katena documentation
For more information, check the katena documentation.