Skip to content

Provides information about the ssl certificate

License

Notifications You must be signed in to change notification settings

webuti/SslCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SslCheck

Provides information about the ssl certificate

composer require webuti/sslcheck

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

print_r($check->getRemainingDate());