arhitov/laravel-rabbitmq
最新稳定版本:0.3.0
Composer 安装命令:
composer require arhitov/laravel-rabbitmq
包简介
The message broker on RabbitMQ for Laravel Framework.
关键字:
README 文档
README
The LaravelRabbitMQ component is a de facto package that was designed to help you interact with the RabbitMQ message broker. LaravelRabbitMQ is based on php-amqplib.
Supported
- Simple Queue
- Exchange
- Daemon
- Queue Job
Requirements
- PHP (7.4+)
- php-amqplib/php-amqplib (3.0+)
- laravel/framework (8.0+)
Setup
Ensure you have composer installed, then run the following command:
$ composer require arhitov/laravel-rabbitmq
And save configuration file
$ php artisan vendor:publish --tag="config"
Usage
See Example folder. Also, you can ask me.
Tests
To successfully run the tests you need to first have a stock RabbitMQ broker running locally.Then, run tests like this:
$ php ./vendor/bin/testbench package:test
Sponsor my work!
If you think this package helped you in any way, you can sponsor me! I am a free developer, so your help will be very helpful to me. 😊
License
LaravelRabbitMQ is open-sourced software licensed under the MIT license.
Authors
Alexander Arhitov clgsru@gmail.com
Welcome here! 🤘
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-21