Download the PHP package juanber84/phpqueue without Composer
On this page you can find all versions of the php package juanber84/phpqueue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download juanber84/phpqueue
More information about juanber84/phpqueue
Files in juanber84/phpqueue
Download juanber84/phpqueue
More information about juanber84/phpqueue
Files in juanber84/phpqueue
Vendor juanber84
Package phpqueue
Short Description Queue system in php
License MIT
Homepage https://github.com/juanber84/phpqueue
Package phpqueue
Short Description Queue system in php
License MIT
Homepage https://github.com/juanber84/phpqueue
Please rate this library. Is it a good library?
Informations about the package phpqueue
phpqueue
Queue system in php
Install
Install via Composer
{
"require": {
"juanber84/phpqueue": "dev-master"
}
}
Autoloading
Composer generates a vendor/autoload.php file. You can simply include this file and you will get autoloading for free.
Example of Publisher
Example of Consumer
Example of Use
- Copy the example of publisher code in publisher.php
- Copy the example of consumer code in consumer.php
Start the consumer
$ php consumer.php
Throw the publiser
$ php publisher.php
All versions of phpqueue with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package juanber84/phpqueue contains the following files
Loading the files please wait ....