PHPackages                             autobus-php/autobus - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. autobus-php/autobus

ActiveProject[Utility &amp; Helpers](/categories/utility)

autobus-php/autobus
===================

043[2 issues](https://github.com/autobus-php/autobus/issues)[1 PRs](https://github.com/autobus-php/autobus/pulls)PHP

Since Aug 23Pushed 6y ago4 watchersCompare

[ Source](https://github.com/autobus-php/autobus)[ Packagist](https://packagist.org/packages/autobus-php/autobus)[ RSS](/packages/autobus-php-autobus/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Autobus - PHP service BUS
=========================

[](#autobus---php-service-bus)

[![Autobus Logo](https://raw.githubusercontent.com/autobus-php/autobus/master/autobus-logo.png)](https://raw.githubusercontent.com/autobus-php/autobus/master/autobus-logo.png)

Install
-------

[](#install)

```
composer create-project autobus-php/autobus --stability dev

# If needed, you may customize Docker Compose config
cp docker-compose.override.yml.dist docker-compose.override.yml

docker-compose up

docker-compose exec php bin/console d:s:u --force

# Load sample data
docker-compose exec php bin/console doctrine:fixtures:load

```

Running async jobs
------------------

[](#running-async-jobs)

### Queue jobs

[](#queue-jobs)

**TODO**

### Cron jobs

[](#cron-jobs)

Add the following line to your crontab:

```
* * * * * php bin/console autobus:cron:run

```

Create a job
------------

[](#create-a-job)

To create a new job:

- Create it's class, implementing `Autobus\Bundle\BusBundle\Runner\RunnerInterface` ; it may extend `Autobus\Bundle\BusBundle\Runner\AbstractRunner`
- Declare it as a service in your bundle's `services.yml`, with tag `bus.runner`
- Create an instance from the web UI

Requirements
------------

[](#requirements)

- PHP 7+

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e008cb327181f4cd5ba793be4f9ff414fea35a5f8f3e759bea2c3a708a97248?d=identicon)[clickandmortar](/maintainers/clickandmortar)

![](https://avatars.githubusercontent.com/u/11750180?v=4)[aloupfor](/maintainers/aloupfor)[@aloupfor](https://github.com/aloupfor)

![](https://avatars.githubusercontent.com/u/1674029?v=4)[Michael BOUVY](/maintainers/michael-bouvy)[@michael-bouvy](https://github.com/michael-bouvy)

---

Top Contributors

[![michael-bouvy](https://avatars.githubusercontent.com/u/1674029?v=4)](https://github.com/michael-bouvy "michael-bouvy (48 commits)")[![pdenis](https://avatars.githubusercontent.com/u/1713289?v=4)](https://github.com/pdenis "pdenis (10 commits)")[![aloupfor](https://avatars.githubusercontent.com/u/11750180?v=4)](https://github.com/aloupfor "aloupfor (1 commits)")

### Embed Badge

![Health badge](/badges/autobus-php-autobus/health.svg)

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

PHPackages © 2026

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