phpecc / x509
Produce ECC x509 Certificates and signing requests (CSR's)
dev-master
2015-09-23 12:00 UTC
Requires
- mdanter/ecc: ~0.3
Requires (Dev)
- phpunit/phpunit: ~4.1
- squizlabs/php_codesniffer: ~2
This package is auto-updated.
Last update: 2024-10-19 11:30:36 UTC
README
This library is an implementation of key x509 features, such as certificates, signature requests, specifically only those which use ECDSA. algorithm.
License
This package is released under the MIT license.
Requirements
- PHP 5.4+
- composer
- ext-gmp
- ext-mcrypt
Installation
You can install this library via Composer:
composer require phpecc/x509
Contribute
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.