comodojo/extender.framework

Database driven, multiprocess, (pseudo) cron tasks scheduler

2.0.0 2018-12-04 21:48 UTC

This package is auto-updated.

Last update: 2024-05-05 17:40:00 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage

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.