Library for managing crontab on your system. Currently supports only FreeBSD and Linux devices, for other devices see section: Other Unix Like crontab systems
add instruction
composer.phar global require hexmedia/crontab
composer.phar require hexmedia/crontab
If your system is not identified as Linux or FreeBSD, you can easily add support for them by adding this code to your application:
Hexmedia\Crontab\Reader\SystemUnixReader::addSupportedOs("FreeBSD");
- Does not support special crontab values like @daily, @yearly
- Does not support correctly comments between variables