PHPackages                             laravelcollective/bus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. laravelcollective/bus

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

laravelcollective/bus
=====================

The Laravel Bus (5.1) package for use in Laravel 5.3.

v5.3.0(9y ago)31293.1k↓44.1%10[2 issues](https://github.com/LaravelCollective/bus/issues)2MITPHPPHP &gt;=5.6.4

Since Dec 23Pushed 9y ago2 watchersCompare

[ Source](https://github.com/LaravelCollective/bus)[ Packagist](https://packagist.org/packages/laravelcollective/bus)[ Docs](http://laravelcollective.com)[ RSS](/packages/laravelcollective-bus/feed)WikiDiscussions 5.3 Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (6)Used By (2)

Bus
===

[](#bus)

[![Build Status](https://camo.githubusercontent.com/112a19d62c0b0c414ab7b033423ddebb58aa382eb9c6caf81c04cfa648e09f43/68747470733a2f2f7472617669732d63692e6f72672f4c61726176656c436f6c6c6563746976652f6275732e737667)](https://travis-ci.org/LaravelCollective/bus)[![Total Downloads](https://camo.githubusercontent.com/ac6a4b8b541a2134f6e2c88ab197aea8dfa6af46ab409b6e2705c7f234455570/68747470733a2f2f706f7365722e707567782e6f72672f4c61726176656c436f6c6c6563746976652f6275732f646f776e6c6f616473)](https://packagist.org/packages/laravelcollective/bus)[![Latest Stable Version](https://camo.githubusercontent.com/6be0d36a25d14f5953636b0404aef7b94464aa3ad2fd51838eec9bb1da77c71c/68747470733a2f2f706f7365722e707567782e6f72672f4c61726176656c436f6c6c6563746976652f6275732f762f737461626c652e737667)](https://packagist.org/packages/laravelcollective/bus)[![Latest Unstable Version](https://camo.githubusercontent.com/ac7db0319f5685adf9385293450f32926e5463c97720c65109ddcd578f398408/68747470733a2f2f706f7365722e707567782e6f72672f4c61726176656c436f6c6c6563746976652f6275732f762f756e737461626c652e737667)](https://packagist.org/packages/laravelcollective/bus)[![License](https://camo.githubusercontent.com/3b802d5433786ec5cdb82157d9beac70dab2076863d1fdc47d26bd6886eed9e7/68747470733a2f2f706f7365722e707567782e6f72672f4c61726176656c436f6c6c6563746976652f6275732f6c6963656e73652e737667)](https://packagist.org/packages/laravelcollective/bus)

This package provides an implementation of the `Illuminate\Contracts\Bus\Dispatcher` interface that matches the Laravel 5.1.x implementation with separate commands and handlers.

Installation
------------

[](#installation)

- Remove `Illuminate\Bus\BusServiceProvider` from your `app.php` configuration file.
- Add `Collective\Bus\BusServiceProvider` to your `app.php` configuration file.

If you are type-hinting `Illuminate\Bus\Dispatcher`, you should now type-hint `Collective\Bus\Dispatcher`.

If upgrading from 5.2, you should use `Collective\Bus\Contracts\SelfHandling` instead of `Illuminate\Contracts\Bus\SelfHandling` to indicate that a command does not use a separate handler class.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Total

4

Last Release

3551d ago

PHP version history (2 changes)v5.2PHP &gt;=5.5.9

5.3.x-devPHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/3033e31411665568146bf823404e1d1c789fa0d93cba99ae3a891f100b4c279e?d=identicon)[tshafer](/maintainers/tshafer)

![](https://www.gravatar.com/avatar/57fcaf88725f82e8ec5a410e9b28c26b33f3a3793a0c8a920a1c694e7e4c773d?d=identicon)[adamgoose](/maintainers/adamgoose)

![](https://www.gravatar.com/avatar/81d026d950739c978b844ac79e6b454e7fedc95ceffdcc4da09893c2497c7255?d=identicon)[mlantz](/maintainers/mlantz)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (6 commits)")[![tshafer](https://avatars.githubusercontent.com/u/299464?v=4)](https://github.com/tshafer "tshafer (5 commits)")[![adamgoose](https://avatars.githubusercontent.com/u/611068?v=4)](https://github.com/adamgoose "adamgoose (2 commits)")[![jonathantorres](https://avatars.githubusercontent.com/u/195615?v=4)](https://github.com/jonathantorres "jonathantorres (1 commits)")[![vinkla](https://avatars.githubusercontent.com/u/499192?v=4)](https://github.com/vinkla "vinkla (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravelcollective-bus/health.svg)

```
[![Health](https://phpackages.com/badges/laravelcollective-bus/health.svg)](https://phpackages.com/packages/laravelcollective-bus)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[illuminate/routing

The Illuminate Routing package.

1238.6M2.3k](/packages/illuminate-routing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
