Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 186 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 186 Bytes

SslCheck

Provides information about the ssl certificate

composer require webuti/sslcheck

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

print_r($check->getRemainingDate());