PHP Classes

File: cron_script.php

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP SSL Certificate Check   cron_script.php   Download  
File: cron_script.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP SSL Certificate Check
Check SSL certificates validity for given domains
Author: By
Last change:
Date: 5 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?php
require 'vendor/autoload.php';

use
Distvan\CertChecker;

$certChecker = new CertChecker('config.ini');