qlimix / queue-amqplib
Queue implemented with amqplib
1.0.0
2021-03-06 22:06 UTC
Requires
- php: >7.4
- php-amqplib/php-amqplib: ^2.12
- qlimix/queue: ^3.0
Requires (Dev)
- qlimix/code-standard: ^3.0
This package is auto-updated.
Last update: 2024-11-07 05:57:30 UTC
README
Queue implemented with amqplib.
Install
Using Composer:
$ composer require qlimix/queue-amqplib
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.