承接 mr-luke/bus 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

mr-luke/bus

最新稳定版本:1.0.1

Composer 安装命令:

composer require mr-luke/bus

包简介

Multi-purpose bus for Laravel

关键字:

README 文档

README

Latest Stable Version Total Downloads License

Tests Workflow Quality Gate Status Security Rating Reliability Rating

If you have used unstable versions

This major 1.0.0 version has a breaking changes compares to 1.0.0-rc.x. It is required to drop database table bus_processes & migrate.

Getting Started

Setting Manager supported versions:

  • Laravel 10
  • Laravel 9
  • Laravel 8

Installation

To install through composer, simply put the following in your composer.json file and run composer update

{
    "require": {
        "mr-luke/bus": "~1.0"
    }
}

Or use the following command

composer require "mr-luke/bus"

Next, add the service provider to app/config/app.php

Mrluke\Bus\BusServiceProvider::class,

Note: Package is auto-discoverable!

Configuration

Comming soon...

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-14