qlimix/queue-amqplib

Queue implemented with amqplib

Maintainers

Package info

github.com/qlimix/queue-amqplib

pkg:composer/qlimix/queue-amqplib

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2021-03-06 22:06 UTC

This package is auto-updated.

Last update: 2026-03-07 08:43:47 UTC


README

Travis CI Coveralls Packagist MIT License

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.