btafoya/sslvalidation

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

Installs: 868

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/btafoya/sslvalidation

1.0.5 2016-09-14 01:40 UTC

This package is auto-updated.

Last update: 2025-10-05 11:50:15 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.