thiagotalma / yii2-amqp
AMQP wrapper for Yii2
Installs: 1 526
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php-amqplib/php-amqplib: ~2.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-26 20:04:28 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.