Download the PHP package corley/queue without Composer
On this page you can find all versions of the php package corley/queue. 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 queue
Queue
Adaptable queue layers
Create
Available Adapters
- AWS SQS https://github.com/wdalmut/queue-sqs
- RabbitMQ https://github.com/wdalmut/queue-rabbitmq
- MySQL https://github.com/wdalmut/queue-mysql
- Internal array https://github.com/wdalmut/queue-array
- send an issue/pr to add your adapter here...
Receive from queue
Send in queue
Delete from queue
Manage different adapters options
Just use functions
Queue Interface (for adapters)
You have to implement 3 methods from Corley\Queue\QueueInterface
Tips on return values (receive
message)
As you can see the return value
- The send operation should return the queue send operation status
- The receive MUST return an array where the first parameter is the message receipt that is need for the remove operation
- The delete operation should return the queue delete operation status
All versions of queue with dependencies
PHP Build Version
Package Version
No informations.
The package corley/queue contains the following files
Loading the files please wait ....