haibian/laravel-queue-rabbitmq 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

haibian/laravel-queue-rabbitmq

Composer 安装命令:

composer require haibian/laravel-queue-rabbitmq

包简介

RabbitMQ driver for Laravel Queue

README 文档

README

Latest Stable Version Build Status Total Downloads StyleCI License

####Installation

  1. Install this package via composer using:

    composer require vladimir-yuldashev/laravel-queue-rabbitmq:5.4

  2. Add LaravelQueueRabbitMQServiceProvider to providers array in config/app.php:

    VladimirYuldashev\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServiceProvider::class,

  3. Add these properties to .env with proper values:

     QUEUE_DRIVER=rabbitmq
    
     RABBITMQ_HOST=127.0.0.1
     RABBITMQ_PORT=5672
     RABBITMQ_VHOST=/
     RABBITMQ_LOGIN=guest
     RABBITMQ_PASSWORD=guest
     RABBITMQ_QUEUE=queue_name
    

You can also find full examples in src/examples folder.

####Usage Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues

####PHPUnit Unit tests will be provided soon.

####Contribution You can contribute to this package by discovering bugs and opening issues. Please, add to which version of package you create pull request or issue. (e.g. [5.2] Fatal error on delayed job)

If you want to make feature for several versions (for example: 5.2, 5.3 and 5.4). Create PR for the lowest version (5.2). Hence, you should use branch v5.2.

####Supported versions of Laravel (+Lumen) 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3, 5.4

The version is being matched by the release tag of this library.

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 458
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固