Download the PHP package mingalevme/illuminate-uqueue without Composer
On this page you can find all versions of the php package mingalevme/illuminate-uqueue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mingalevme/illuminate-uqueue
More information about mingalevme/illuminate-uqueue
Files in mingalevme/illuminate-uqueue
Download mingalevme/illuminate-uqueue
More information about mingalevme/illuminate-uqueue
Files in mingalevme/illuminate-uqueue
Vendor mingalevme
Package illuminate-uqueue
Short Description Laravel/Lumen uniqueable queues (Database, Redis)
License MIT
Homepage https://github.com/mingalevme/illuminate-uqueue
Package illuminate-uqueue
Short Description Laravel/Lumen uniqueable queues (Database, Redis)
License MIT
Homepage https://github.com/mingalevme/illuminate-uqueue
Please rate this library. Is it a good library?
Informations about the package illuminate-uqueue
illuminate-uqueue
Provides support for uniqueable queues for Laravel/Lumen 5.5+.
Travis CI
Codecov
Supported drivers:
- Database
- Redis (Based on Sorted Sets)
Installation
-
In Laravel 5.5+, the service provider and facade will automatically get registered.
For older versions of the framework or Lumen, follow the steps below:
Register the appropriate service provider or .
-
If you plan to use the database as a driver you should add the migration (change the table name if necessary):
- Create a job that implements the interface :
All versions of illuminate-uqueue with dependencies
PHP Build Version
Package Version
The package mingalevme/illuminate-uqueue contains the following files
Loading the files please wait ....