Download the PHP package dilab/queueable without Composer
On this page you can find all versions of the php package dilab/queueable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package queueable
Queueable: Framework Agnostic Queue/Worker System
Install
Usage
Job & Queue
-
Create a Job
-
Create a Queue
- Enqueue a job
Worker
-
Create a Worker instance
-
Put worker to work
- You can set a PSR-3 logger if you want
Callbacks
-
beforeFetchJob: It is called before trying to fetch a job from the queue
-
beforeCompleteJob: It is called before a job is completed
-
afterCompleteJob: It is called after a job is completed
- onError: It is called whenever it is failed to process a job
Current Drivers:
- [x] AWS SQS
Notes
Some general notes when developing this package
- Driver works with message(raw data, mostly in array format)
- Queue translates message to Job
- Job works with message
- Worker works with Job & Queue objects
All versions of queueable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
aws/aws-sdk-php Version ^3.19
mockery/mockery Version ^0.9.6
psr/log Version ^1.0
aws/aws-sdk-php Version ^3.19
mockery/mockery Version ^0.9.6
psr/log Version ^1.0
The package dilab/queueable contains the following files
Loading the files please wait ....