0.06
Laravel 5 – 8
PHP 7.1+
Repository is archived
No commit activity in last 2 years
No release in over 2 years
An improved command bus for Laravel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

graham-campbell/analyzer
^2.4 || ^3.0
graham-campbell/testbench
^5.5
mockery/mockery
^1.3.1
phpunit/phpunit
^6.5 || ^7.5 || ^8.4 || ^9.0

Runtime

^5.5 || ^6.0 || ^7.0 || ^8.0
^5.5 || ^6.0 || ^7.0 || ^8.0
^5.5 || ^6.0 || ^7.0 || ^8.0
^5.5 || ^6.0 || ^7.0 || ^8.0
^5.5 || ^6.0 || ^7.0 || ^8.0
 Project Readme

Alt Three Bus

Build Status StyleCI Status Software License Packagist Downloads Latest Version

Installation

Alt Three Bus is an improved command bus for Laravel. This version requires PHP 7.1-8.0, and supports Laravel 5.5-8. Simply require the package using Composer:

$ composer require alt-three/bus:^4.5

This package will not be picked up by Laravel's automatic package discovery. Once installed, you need to remove the Illuminate\Bus\BusServiceProvider and replace it with the AltThree\Bus\BusServiceProvider service provider in your config/app.php.

Security

Our full security policy is available to read here.

License

Alt Three Bus is licensed under The MIT License (MIT).