alchemy / task-manager
A manager for running parallel PHP processes command line.
Installs: 86 478
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 5
Open Issues: 0
Requires
- php: ~7.0
- ext-zmq: *
- neutron/process-manager: ~5.0
- neutron/signal-handler: ~1.0
- symfony/event-dispatcher: ~2.0
- symfony/process: ~3.4
Requires (Dev)
- monolog/monolog: ~1.0
- phpunit/phpunit: ~6.0
- symfony/console: ~2.3
- symfony/finder: ~2.1
This package is auto-updated.
Last update: 2024-10-23 20:26:32 UTC
README
A task manager for PHP.
This project is built on an upcoming Symfony Process Manager, so it currently dependes on https://github.com/romainneutron/symfony.
What's that ?
This provide abstract classes, interfaces and a TaskManager to run commandline processes in parallel, each of them may loop, stop periodically, run any number of iterations.
Look at the demo example.
License
This project is released under the MIT license.