Provides information about the ssl certificate
github.com/webuti/SslCheck
Source
Issues
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT cc27e4975e16c891575388d19774ca5bc8f77f66
This package is auto-updated.
Last update: 2025-06-13 06:04:59 UTC
composer require webuti/sslcheck
$domain = 'webuti.com'; $check = new Main($domain);
print_r($check->getRemainingDate());