mr-luke/bus

Multi-purpose bus for Laravel
1,343
Install
composer require mr-luke/bus
Latest Version:1.0.1
PHP:^8.1
License:MIT
Last Updated:Dec 9, 2024
Links: GitHub  ·  Packagist
Maintainer: mr-luke

Bus - Laravel multi-purpose bus implementation.

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...

Related Packages

rosamarsky/laravel-command-bus

Simple Command Bus for Laravel framework

18,828 8
veeenex/command-center

Commands and domain events for Laravel framework

16 2
cerbero/workflow

Create extendible and maintainable applications by harnessing the power of pipel...

3,050 108
flyingfoxx/commandcenter

Commands and domain events for any framework. Includes a Laravel implementation.

2,165 15
s008nyx/kafka-bus

Kafka bus integration to Laravel/Lumen

87 1