yiisoft / yii-queue-amqp
Yii Queue AMQP adapter based on amqp-lib package
Fund package maintenance!
Open Collective
yiisoft
Requires
- php: ^8.0
- ext-json: *
- ext-sockets: *
- php-amqplib/php-amqplib: ^3.1.0
- yiisoft/factory: ^1.0
- yiisoft/friendly-exception: ^1.0
- yiisoft/queue: dev-master
Requires (Dev)
- maglnet/composer-require-checker: ^4.4
- phpunit/phpunit: ^9.5
- rector/rector: ^0.18.0
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- symfony/console: ^6.0
- symfony/process: ^6.0
- vimeo/psalm: ^4.30|^5.8
- yiisoft/test-support: ^3.0
This package is auto-updated.
Last update: 2024-01-09 05:43:08 UTC
README
Yii Queue AMQP Adapter
AMQP adapter based on php-amqplib package for Yii Queue.
Requirements
- PHP 8.0 or higher.
Installation
The preferred way to install this extension is through composer.
Either run
composer require yiisoft/queue-amqp
or add
"yiisoft/queue-amqp": "dev-master"
to the require
section of your composer.json
file.
Documentation
Support the project
Follow updates
License
The Yii Queue AMQP Adapter is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.