anaphel / CronFrequency

Try to make the cron frequency easy to read

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CronFrequency

Try to make the cron frequency easy to read.
Example : 30 19 1 * * -> every 1st of the month at 19:30

Tool

You can test it on this dedicated page.

How to use it

$cron = new CronFrequency('0 23 * * 0-4');
echo $cron->toHuman();

About

Try to make the cron frequency easy to read


Languages

Language:PHP 100.0%