PHP code example of wolnosciowiec / domain-certificate-check

1. Go to this page and download the library: Download wolnosciowiec/domain-certificate-check library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

wolnosciowiec / domain-certificate-check example snippets




$runner = new Runner();

$check = new Wolnosciowiec\DomainCertificateCheck\Check\DomainCertificateCheck(
    ['wolnosciowiec.net', 'cdn1.wolnosciowiec.net'],
    14,
    3
);

$results = $runner->run();