btafoya/sslvalidation

Small utility library that downloads and returns ssl certificate information from a running web server.

1.0.5 2016-09-14 01:40 UTC

This package is auto-updated.

Last update: 2024-04-05 08:34:16 UTC


README

Small utility library that downloads and returns ssl certificate information from a running web server.

Installation

Install the latest version with:

$ composer require btafoya/sslvalidation

Requirements

  • PHP 5.5.6+ is required but using the latest version of PHP is highly recommended.

Basic usage

btafoya\sslValidation\sslValidation

  • sslValidation::getSSLInformation($domain, $port): Returns array data

Example

$certInfo = btafoya\sslValidation\sslValidation::getSSLInformation("freessltest.com", "443");

License

btafoya/sslvalidation is licensed under the MIT License, see the LICENSE file for details.