This library is an implementation of key x509 features, such as certificates, signature requests, specifically only those which use ECDSA. algorithm.
This package is released under the MIT license.
- PHP 5.4+
- composer
- ext-gmp
- ext-mcrypt
You can install this library via Composer:
composer require phpecc/x509
When submitting pull requests, please be sure to run the make
command.
This default target runs all PHPUnnit and PHPCS tests. All tests must be pased for your contribution to be accepted.
It's also always a god idea to check the results of the Scrutinizer analysis analysis for your pull requests.