Download the PHP package slowmove/simple-php-queue without Composer
On this page you can find all versions of the php package slowmove/simple-php-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slowmove/simple-php-queue
More information about slowmove/simple-php-queue
Files in slowmove/simple-php-queue
Download slowmove/simple-php-queue
More information about slowmove/simple-php-queue
Files in slowmove/simple-php-queue
Vendor slowmove
Package simple-php-queue
Short Description A simple, primarily file based, queue with multiple adapters
License MIT
Package simple-php-queue
Short Description A simple, primarily file based, queue with multiple adapters
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-php-queue
Simple PHP Queue
Simple file system based PHP queue, with multiple adapters.
Currently implemented
textfile
sqlite
redis
(send in connection string instead of file path, default to localhost)beanstalkd
https://beanstalkd.github.io/
Requirements
PHP 8.1+
Usage examples
Examples available to run here
Producer
Consumer
Types
Enum available here;
Methods
enqueue(string $data): bool
dequeue(): ?string
listen(callable $fn, int $delayWhenEmpty = 5): void
length(): int
content(): array
All versions of simple-php-queue with dependencies
PHP Build Version
Package Version
The package slowmove/simple-php-queue contains the following files
Loading the files please wait ....