her gün belirli bir saatte 1 kez kontrol edebilirsiniz.

Istanbul gece 02:00 için örnek:
<?php
$time = (new DateTime('now', new DateTimeZone('Europe/Istanbul')))->format('H:i');
if($time == '02:00'){
    //check license
}
?>