comodojo / extender.framework
Database driven, multiprocess, (pseudo) cron tasks scheduler
2.0.0
2018-12-04 21:48 UTC
Requires
- php: >=5.6
- comodojo/cache: ^2.0
- comodojo/daemon: ^1.0
- comodojo/dispatcher.framework: ^4.0
- doctrine/orm: ^2.0
- league/fractal: ^0.17
- mtdowling/cron-expression: ^1.0
- symfony/yaml: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
- scrutinizer/ocular: ^1.0
Replaces
This package is auto-updated.
Last update: 2024-11-05 18:46:52 UTC
README
Daemonizable, database driven, multiprocess, (pseudo) cron task scheduler in PHP.
** This is the development branch, please do not use it in production**
It supports multiprocessing via PHP Process Control extensions and is designed to work with different databases.
For more information, visit extender.comodojo.org.
Installation
First, install composer. Then:
-
install extender from project package:
composer create-project comodojo/extender
-
install extender as a standalone library:
composer require comodojo/extender.framework
Documentation
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.