With this library you can work with certificates.
Supports:
- X509
Add FiveLab Certificate in your composer.json:
{
"require": {
"fivelab/certificate": "~1.0"
}
}
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/certificate
This library is under the MIT license. See the complete license in library
LICENSE
Issues and feature requests are tracked in the [Github issue tracker](https://github.com/FiveLab/Certificate/issues).