yiisoft / queue-amqp
Yii Queue AMQP adapter based on amqp-lib package
Fund package maintenance!
Open Collective
yiisoft
Installs: 4 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 14
Forks: 10
Open Issues: 11
pkg:composer/yiisoft/queue-amqp
Requires
- php: ^8.1
- 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)
- infection/infection: ^0.27.8||^0.29.0
- maglnet/composer-require-checker: ^4.4
- phpbench/phpbench: ^1.4
- phpunit/phpunit: ^9.5
- rector/rector: ^2.0.15
- roave/infection-static-analysis-plugin: ^1.16
- spatie/phpunit-watcher: ^1.23
- symfony/console: ^6.0
- symfony/process: ^6.0
- vimeo/psalm: ^5.26.1 || ^6.10.3
- yiisoft/test-support: ^3.0
- dev-master / 3.0.x-dev
- dev-tmp
- dev-php-amqplib-basic_cancel-reproducing
- dev-fix-queue-provider-with-channel-name-creation
- dev-dependabot/composer/phpunit/phpunit-tw-10.5
- dev-new
- dev-middlewares
- dev-envelope
- dev-omit-custom-handlers
- dev-message-publishing-optimization
- dev-behaviors-removal
- dev-add-rector
- dev-ga-builds-on-schedule
This package is auto-updated.
Last update: 2025-10-13 12:52:50 UTC
README
Yii Queue AMQP Adapter
AMQP adapter based on php-amqplib package for Yii Queue.
Requirements
- PHP 8.1 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.