chebur / daemon-command
Daemon (endless) symfony command which supports scheduled (cron like) code execution
0.5.1
2026-03-11 08:35 UTC
Requires
- php: ^7.4 || ^8.0
- chebur/memory-limit-bytes: ^0.1.0
- dragonmantank/cron-expression: ^3.0
- symfony/console: ^4.4 || ^5.4 || ^6.4 || ^7.4
- symfony/event-dispatcher-contracts: ^2.0 || ^3.0
Suggests
- ext-pcntl: *
README
Installation
Require the bundle and its dependencies with composer:
composer require chebur/daemon-command
Create your daemon commands extending AbstractDaemonCommand
License
See LICENSE.