webuti/sslcheck

Provides information about the ssl certificate

Maintainers

Package info

github.com/webuti/SslCheck

pkg:composer/webuti/sslcheck

Statistics

Installs: 45

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.4 2019-04-12 15:37 UTC

This package is auto-updated.

Last update: 2026-03-13 07:36:05 UTC


README

Provides information about the ssl certificate

composer require webuti/sslcheck

$domain = 'webuti.com'; $check = new Main($domain);

print_r($check->getRemainingDate());