lacuna / restpki-client
Client lib for Rest PKI
Installs: 121 615
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 20
Forks: 5
Open Issues: 0
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^7.0||^6.2
Requires (Dev)
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2024-10-26 15:51:53 UTC
README
Standard version for PHP 5.5 or greater
This library contains classes that encapsulate the calls to the REST PKI API.
The recommended way to install Rest PKI Client lib is through Composer:
"require": {
"lacuna/restpki-client" : "^2.9.10"
}
This library depends on the GuzzleHttp package, which in turn requires PHP 5.5 or greater. If you use PHP 5.3 or 5.4, please see the library lacuna/restpki-client-legacy.
Samples
Please visit the PKI Suite samples repository for examples on how to use this library.
Upgrade from 1.x
Click here for instructions on how to upgrade from the older RestPki.php
file