Download the PHP package diversen/queue-simplex without Composer
On this page you can find all versions of the php package diversen/queue-simplex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diversen/queue-simplex
More information about diversen/queue-simplex
Files in diversen/queue-simplex
Download diversen/queue-simplex
More information about diversen/queue-simplex
Files in diversen/queue-simplex
Vendor diversen
Package queue-simplex
Short Description Most simple PHP solution for adding jobs to a queue (using a database table).
License MIT
Homepage https://github.com/diversen/queue-simplex
Package queue-simplex
Short Description Most simple PHP solution for adding jobs to a queue (using a database table).
License MIT
Homepage https://github.com/diversen/queue-simplex
Please rate this library. Is it a good library?
Informations about the package queue-simplex
queue-simplex
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
All versions of queue-simplex with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
diversen/simple-php-classes Version ^1.4
gabordemooij/redbean Version ^4.3
diversen/simple-php-classes Version ^1.4
gabordemooij/redbean Version ^4.3
The package diversen/queue-simplex contains the following files
Loading the files please wait ....