lacuna / restpki-client-legacy
Client Legacy lib for Rest PKI
Package info
github.com/LacunaSoftware/RestPkiPhpClientLegacy
pkg:composer/lacuna/restpki-client-legacy
Requires
- php: >=5.3.0
- nategood/httpful: ^0.2.20
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-06 11:19:01 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.