webuti/sslcheck

Provides information about the ssl certificate

0.1.4 2019-04-12 15:37 UTC

This package is auto-updated.

Last update: 2024-06-13 03:38:25 UTC


README

Provides information about the ssl certificate

composer require webuti/sslcheck

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

print_r($check->getRemainingDate());