定制 arhitov/laravel-rabbitmq 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arhitov/laravel-rabbitmq

最新稳定版本:0.3.0

Composer 安装命令:

composer require arhitov/laravel-rabbitmq

包简介

The message broker on RabbitMQ for Laravel Framework.

关键字:

README 文档

README

PHPUnit tests PHP amqplib Laravel Software License

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

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-21