comodojo/extender.framework

Database driven, multiprocess, (pseudo) cron tasks scheduler

Installs: 606

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 1

pkg:composer/comodojo/extender.framework

2.0.0 2018-12-04 21:48 UTC

This package is auto-updated.

Last update: 2025-10-05 20:53:09 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.