2017 © Pedro Peláez
 

library pkcs7-php

image

konomae/pkcs7-php

  • Tuesday, December 26, 2017
  • by konomae
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

PKCS7-PHP

Build Status, (*1)

Degenerate PKCS7 certificate only form., (*2)

Installation

composer require konomae/pkcs7-php

Example

<?php
use Konomae\PKCS7\Degenerate;

// DER encoded X.509 certificate
$x509 = file_get_contents('/path/to/x509certificate.der');

$p7 = new Degenerate($x509);

// Same result of the command:
// openssl crl2pkcs7 -nocrl -certfile client.crt -outform PEM -out client.p7b.pem
$p7->toPEM();

The Versions

26/12 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

22/12 2017

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires