PHPackages                             autobus-php/autobus-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. [Framework](/categories/framework)
4. /
5. autobus-php/autobus-bus-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

autobus-php/autobus-bus-bundle
==============================

AutobusBusBundle

2.3.11(2y ago)12054MITPHPPHP &gt;=8.0

Since Jan 10Pushed 2y ago3 watchersCompare

[ Source](https://github.com/autobus-php/AutobusBusBundle)[ Packagist](https://packagist.org/packages/autobus-php/autobus-bus-bundle)[ RSS](/packages/autobus-php-autobus-bus-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (3)Versions (56)Used By (0)

Autobus Bus Bundle - C&amp;M
============================

[](#autobus-bus-bundle---cm)

> A PHP Extensible Service Bus

Configure your atomic jobs in order to be played by cron, queue listener or webservice.

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

[](#requirements)

- PHP 8+

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

[](#installation)

### Download the Bundle

[](#download-the-bundle)

```
composer require autobus-php/autobus-bus-bundle
```

### Download desired queuing bundle

[](#download-desired-queuing-bundle)

- If you want to use **Google PubSub** ():

```
composer require enqueue/gps:0.10.*
```

- If you want to use **AWS SQS** ():

```
composer require enqueue/sqs:0.10.*
```

### Environment variables

[](#environment-variables)

Update your `.env` file to add:

```
# 'gps:' for Google PubSub / 'sqs:' for AWS SQS
ENQUEUE_DSN=sqs:

# Only for AWS SQS usage
AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

```

Configuration
-------------

[](#configuration)

### Topic jobs

[](#topic-jobs)

2 queuing systems are available:

- With **Google PubSub**:

Execute the following command with **Supervisor** tool:

```
php bin/console autobus:pubsub:consume

```

- With **AWS SQS**:

    Add the following line to your crontab:

```
*/5 * * * * php bin/console autobus:sqs:consume

```

### Cron jobs

[](#cron-jobs)

Add the following line to your crontab:

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

```

Usage
-----

[](#usage)

### 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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~35 days

Recently: every ~30 days

Total

53

Last Release

868d ago

Major Versions

1.1.9 → 2.0.02019-01-29

PHP version history (2 changes)1.0.0PHP &gt;=7.0.0

2.2.1PHP &gt;=8.0

### 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

[![simoncarre](https://avatars.githubusercontent.com/u/1229419?v=4)](https://github.com/simoncarre "simoncarre (64 commits)")[![michael-bouvy](https://avatars.githubusercontent.com/u/1674029?v=4)](https://github.com/michael-bouvy "michael-bouvy (34 commits)")[![pierre-marchand](https://avatars.githubusercontent.com/u/3648863?v=4)](https://github.com/pierre-marchand "pierre-marchand (21 commits)")[![aloupfor](https://avatars.githubusercontent.com/u/11750180?v=4)](https://github.com/aloupfor "aloupfor (4 commits)")[![pdenis](https://avatars.githubusercontent.com/u/1713289?v=4)](https://github.com/pdenis "pdenis (1 commits)")

### Embed Badge

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

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M462](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[networking/init-cms-bundle

This Bundle is a basic cms based on symfony

996.0k2](/packages/networking-init-cms-bundle)[ed/blog-bundle

Symfony EDBlogBundle

348.4k](/packages/ed-blog-bundle)

PHPackages © 2026

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