thiagotalma / yii2-amqp
AMQP wrapper for Yii2
Package info
github.com/thiagotalma/yii2-talma-amqp
Type:yii2-extension
pkg:composer/thiagotalma/yii2-amqp
v0.1
2016-08-29 22:20 UTC
Requires
- php-amqplib/php-amqplib: ~2.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-01 03:21:04 UTC
README
AMQP wrapper for Yii2
based on hzted123/yii2-amqp
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist thiagotalma/yii2-amqp "*"
or add
"thiagotalma/yii2-amqp": "*"
to the require section of your composer.json file.