/PHP-Crontab

Crontab format parser in php

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

This is a simple cron notation parser. Returns the 
nearest timestamp matching given criteria that is
greater than or equal to given timestamp (current
time() by default)
 
Eg.:   $timestamp = Crontab::parse('12 * * * 1-5');