mr-luke/bus is a Laravel package for multi-purpose bus for laravel.
It currently has 0 GitHub stars and 1.325 downloads on Packagist (latest version 1.0.1).
Install it with composer require mr-luke/bus.
Discover more Laravel packages by mr-luke
or browse all Laravel packages to compare alternatives.
Last updated
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.
Setting Manager supported versions:
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!
Comming soon...