diversen / queue-simplex
Most simple PHP solution for adding jobs to a queue (using a database table).
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/diversen/queue-simplex
Requires
- php: >=5.3.0
- diversen/simple-php-classes: ^1.4
- gabordemooij/redbean: ^4.3
README
A simple queue system for PHP based on one of the following databases:
It should support MySQL, SQLite, MariaDB, PostgreSQL (and maybe Cubrid)
Tested with MySQL
Install
composer require diversen/queue-simplex
The jobs table is auto-generated using RedBeansPHP.
Code example: https://github.com/diversen/queue-simplex/blob/master/test.php
MySQL table with index
Example of a MySQL table can be found on https://github.com/diversen/queue-simplex/blob/master/mysql.sql