phpecc/x509

Produce ECC x509 Certificates and signing requests (CSR's)

dev-master 2015-09-23 12:00 UTC

This package is auto-updated.

Last update: 2024-04-19 10:26:07 UTC


README

Build Status

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.