jkonieczny / PHP-Crontab

Crontab format parser in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');

About

Crontab format parser in php

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%