2017 © Pedro Peláez
 

library ssl

PHP library for reading and understanding SSL certificates.

image

punkstar/ssl

PHP library for reading and understanding SSL certificates.

  • Tuesday, October 17, 2017
  • by punkstar
  • Repository
  • 3 Watchers
  • 12 Stars
  • 1,648 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 21 % Grown

The README.md

Reading SSL Certificates

Build Status Scrutinizer Code Quality Code Coverage, (*1)

This is a library for easily reading and understanding SSL certificates using PHP., (*2)

Installation

composer require punkstar/ssl

Usage

<?php
require_once __DIR__.'/vendor/autoload.php';
use Punkstar\Ssl\Reader;

$reader = new Reader();
$certificate = $reader->readFromUrl("https://github.com");

printf("Name: %s\n", $certificate->certName());
printf("Valid To: %s\n", $certificate->validTo()->format('r'));
printf("Valid From: %s\n", $certificate->validFrom()->format('r')); 

The Versions

17/10 2017

dev-master

9999999-dev

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • lib-openssl *
  • php ^7.0

 

The Development Requires

ssl

17/10 2017

0.5.1

0.5.1.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

17/10 2017

0.5.0

0.5.0.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

17/10 2017

dev-test-7.1-7.2

dev-test-7.1-7.2

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

24/07 2017

0.4.0

0.4.0.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

18/03 2017

0.3.2

0.3.2.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

18/03 2017

dev-configurable-timeout

dev-configurable-timeout

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php ^7.0
  • lib-openssl *

 

The Development Requires

ssl

16/09 2016

0.3.1

0.3.1.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • lib-openssl *

 

The Development Requires

ssl

16/09 2016

0.3.0

0.3.0.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • lib-openssl *

 

The Development Requires

ssl

13/09 2016

0.2.0

0.2.0.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • lib-openssl *

 

The Development Requires

ssl

24/07 2016

0.1.0

0.1.0.0

PHP library for reading and understanding SSL certificates.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • lib-openssl *

 

The Development Requires

ssl