PHPackages                             wakeonweb/service-bus-bundle - 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. wakeonweb/service-bus-bundle

ActiveProject

wakeonweb/service-bus-bundle
============================

0.3.2(8y ago)013.6k2PHPPHP &gt;=5.5.9

Since Jan 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/WakeOnWeb/service-bus-bundle)[ Packagist](https://packagist.org/packages/wakeonweb/service-bus-bundle)[ RSS](/packages/wakeonweb-service-bus-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

ServiceBusBundle
================

[](#servicebusbundle)

Based on [prooph/service-bus-symfony-bundle](https://github.com/prooph/service-bus-symfony-bundle), this bundle add some extras to prooph service bus.

Install
=======

[](#install)

Add packages to `composer.json`

```
    "require": {
        "wakeonweb/service-bus-bundle": "^0.2.1",
        ..
    }

```

Register bundles in `AppKernel.php`

```
    new Prooph\Bundle\ServiceBus\ProophServiceBusBundle(),
    new WakeOnWeb\ServiceBusBundle\App\Bundle\WakeonwebServiceBusBundle()

```

Then, your `config.yml`.

```
prooph_service_bus:
  command_buses:
    synchronous_command_bus:
      router:
        type: 'prooph_service_bus.command_bus_router'

```

You can deal with prooph bus:

```
$bus = $container->get('prooph_service_bus.synchronous_command_bus');
$bus->dispatch(Acme\Foo\Command\RenameUser::withData('uuid here ...', 'john', 'doe'));

```

This was the prooph part, now:

- [Simple usage of prooph/service-bus](docs/example.md)
- [How to dispatch asynchronous commands](docs/asynchronous.md)
- [How to dispatch automatically commands to specific bus](docs/mapping.md)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% of commits — single point of failure

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 ~19 days

Total

5

Last Release

2972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47c3006a9e7662031ee9d3fa064238fef88479fd7d60f18dd47f038fbbd7dc5a?d=identicon)[steph\_py](/maintainers/steph_py)

---

Top Contributors

[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (11 commits)")[![nicolasatthecamp](https://avatars.githubusercontent.com/u/29122156?v=4)](https://github.com/nicolasatthecamp "nicolasatthecamp (1 commits)")

### Embed Badge

![Health badge](/badges/wakeonweb-service-bus-bundle/health.svg)

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

PHPackages © 2026

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