PHP-Crontab icon indicating copy to clipboard operation
PHP-Crontab copied to clipboard

Crontab format parser in php

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