Download the PHP package nepster-web/php-simple-queue without Composer
On this page you can find all versions of the php package nepster-web/php-simple-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nepster-web/php-simple-queue
More information about nepster-web/php-simple-queue
Files in nepster-web/php-simple-queue
Package php-simple-queue
Short Description Simple queues implementation in PHP through database.
License MIT
Informations about the package php-simple-queue
This package is under development. Api classes of this application can be changed.
PHP Simple Queue
Introduction
PHP Simple Queue - a library for running tasks asynchronously via queues. It is production ready, battle-tested a simple messaging solution for PHP.
It supports queues based on DB.
Requirements
You'll need at least PHP 7.4 (it works best with PHP 8).
Installation
The preferred way to install this extension is through composer:
Either run
or add
:computer: Basic Usage
Create transport (see more information):
Send a new message to queue (producing)
Job dispatching (producing)
Processing messages from queue (consuming)
For more details see the guide.
Testing
To run the tests locally, in the root directory execute below
or you can run tests in a docker container
:book: Documentation
See the official guide.
:books: Resources
- Documentation
- Example
- Issue Tracker
:newspaper: Changelog
Detailed changes for each release are documented in the CHANGELOG.md.
:lock: License
See the MIT License file for license rights and limitations (MIT).
All versions of php-simple-queue with dependencies
ext-pdo Version *
ext-json Version *
doctrine/dbal Version ^2.0|^3.0
laminas/laminas-hydrator Version ^4.1
ramsey/uuid Version ^4.1
symfony/serializer Version ^5.2