Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 864 Bytes

x509

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.