edgar / cron-bundle
Cron scheduler
1.0.9
2019-01-13 21:08 UTC
Requires
- php: >=7.1
- doctrine/orm: ^2.6
- mtdowling/cron-expression: ^1.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.7.1
- phpunit/phpunit: ^6.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-14 13:11:32 UTC
README
Cron Bundle scheduler
Description
This bundle offer a command that you should use as a cronjob :
* * * * * cd <your_project_root> && php bin/console edgar:crons:run
This command will list all commands extending "AbstractCron" class and defined as service tagged with "edgar.cron".
You can define specific cron expression for each command as cron and prioritize them.