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.
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
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.