Download the PHP package chipslays/queue without Composer
On this page you can find all versions of the php package chipslays/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chipslays/queue
More information about chipslays/queue
Files in chipslays/queue
Download chipslays/queue
More information about chipslays/queue
Files in chipslays/queue
Vendor chipslays
Package queue
Short Description Simple implement queue processing in PHP.
License MIT
Package queue
Short Description Simple implement queue processing in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package queue
🛒 Queue
Simple implement queue processing in PHP.
Installation
Usage
Client
We push something to queue.
Worker
We have worker, who get value from queue and starts processing.
worker.php
Cron
Or instead loop worker, we can use a cron job.
cron-worker.php
Queue
Base class for queue manipulate.
Methods
__construct
Flat File (FileSystem) driver:
add
Example:
get
Example:
first
Example:
next
Example:
delete
Example:
list
Example:
NOTE: For each driver, the name of the
id
may be different!
count
Example:
position
Example:
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
chipslays/collection Version
^1.0
The package chipslays/queue contains the following files
Loading the files please wait ....