chebur / daemon-command
Daemon (endless) symfony command which supports scheduled (cron like) code execution
Installs: 11 010
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
- chebur/memory-limit-bytes: ^0.1.0
- dragonmantank/cron-expression: ^3.0
- symfony/console: ^4.4 || ^5.4
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.