2017 © Pedro Peláez
 

library x509

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

image

phpecc/x509

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

  • Wednesday, September 23, 2015
  • by thomaskerin
  • Repository
  • 5 Watchers
  • 4 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

x509

Build Status, (*1)

This library is an implementation of key x509 features, such as certificates, signature requests, specifically only those which use ECDSA. algorithm., (*2)

License

This package is released under the MIT license., (*3)

Requirements

  • PHP 5.4+
  • composer
  • ext-gmp
  • ext-mcrypt

Installation

You can install this library via Composer:, (*4)

composer require phpecc/x509, (*5)

Contribute

When submitting pull requests, please be sure to run the make command., (*6)

This default target runs all PHPUnnit and PHPCS tests. All tests must be pased for your contribution to be accepted., (*7)

It's also always a god idea to check the results of the Scrutinizer analysis analysis for your pull requests., (*8)

The Versions

23/09 2015

dev-master

9999999-dev https://github.com/phpecc/x509

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

  Sources   Download

MIT

The Requires

 

The Development Requires