lacuna / restpki-client-legacy
Client Legacy lib for Rest PKI
Installs: 569
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 20
Forks: 0
Open Issues: 0
pkg:composer/lacuna/restpki-client-legacy
Requires
- php: >=5.3.0
- nategood/httpful: ^0.2.20
This package is auto-updated.
Last update: 2025-10-06 09:26:31 UTC
README
Legacy version for PHP 5.3 or 5.4
This library contains classes that encapsulate the calls to the REST PKI API.
The recommended way to install Reat PKI Client Legacy lib is through Composer:
"require": {
"lacuna/restpki-client-legacy": "1.0.0"
}
This file depends on the Httpful package, which in turn requires PHP 5.3 or greater. If you use PHP 5.5 or greater, please see the library lacuna/restpki-client.
Samples
Please visit the REST PKI samples repository for examples on how to use this library.