diversen / queue-simplex
This package is abandoned and no longer maintained.
No replacement package was suggested.
Most simple PHP solution for adding jobs to a queue (using a database table).
v1.0.5
2016-11-23 22:48 UTC
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