treeutil/https-certification-monitor

0.0.3 2019-11-06 02:38 UTC

This package is auto-updated.

Last update: 2024-06-06 13:46:07 UTC


README

$filename = __DIR__ . '/example/conf.json';
$scene = new \Tree\Util\Scene\DomainsMonitoring($filename);
$scene->doMonitorAndRemindByEMail();
// $scene->doMonitor();  
echo "done\n";