We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fca28a commit 8055f80Copy full SHA for 8055f80
1 file changed
README.md
@@ -1 +1,8 @@
1
# https-certification-monitor
2
+```
3
+$filename = __DIR__ . '/example/conf.json';
4
+$scene = new \Tree\Util\Scene\DomainsMonitoring($filename);
5
+$scene->doMonitorAndRemindByEMail();
6
+// $scene->doMonitor();
7
+echo "done\n";
8
0 commit comments