Download the PHP package katena-chain/sdk-php without Composer
On this page you can find all versions of the php package katena-chain/sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sdk-php
SDK PHP
Requirements
- PHP >= 7.1
- ext-json
Install
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 tx.
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.
You can change various settings in the examples/common/Settings.php
file.
Available examples:
- Send a
Certificate
transaction - Send a
Secret
transaction - Send a
KeyCreate
transaction - Send a
KeyRotate
transaction - Send a
KeyRevoke
transaction - Retrieve
Certificate
related transactions - Retrieve
Secret
related transactions - Retrieve
Key
related transactions and its state - Retrieve a list of
Key
states for a company
For instance, to send a certificate:
Katena documentation
For more information, check the katena documentation.
All versions of sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
guzzlehttp/guzzle Version ~7.0
paragonie/sodium_compat Version ~1.9
ext-json Version *
symfony/serializer Version ~5.0
symfony/property-access Version ~5.0
symfony/property-info Version ~5.0
ergebnis/json-printer Version ~3.0
doctrine/annotations Version ~1.10
guzzlehttp/guzzle Version ~7.0
paragonie/sodium_compat Version ~1.9
ext-json Version *
symfony/serializer Version ~5.0
symfony/property-access Version ~5.0
symfony/property-info Version ~5.0
ergebnis/json-printer Version ~3.0
doctrine/annotations Version ~1.10
The package katena-chain/sdk-php contains the following files
Loading the files please wait ....