/phar-cron-expression

Simple utility to compile cron-expression to .phar file.

Primary LanguagePHPMIT LicenseMIT

phar-cron-expression

This software is based on cron-expression made by mtdowling.

To compile :

git submodule init
php -d phar.readonly=off phar-compile.php

The new file will be placed in build dir.

NOTE: It would be great to include this in the main repository.