PHPackages                             mgdigital/busque-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. [Queues &amp; Workers](/categories/queues)
4. /
5. mgdigital/busque-bundle

AbandonedSymfony-bundle[Queues &amp; Workers](/categories/queues)

mgdigital/busque-bundle
=======================

Symfony bundle for BusQue, a command queue and scheduler for PHP7

v0.2.3(9y ago)4165MITPHP &gt;=7.0

Since Jun 2Compare

[ Source](https://github.com/mgdigital/BusQueBundle)[ Packagist](https://packagist.org/packages/mgdigital/busque-bundle)[ RSS](/packages/mgdigital-busque-bundle/feed)WikiDiscussions Synced yesterday

READMEChangelogDependencies (11)Versions (18)Used By (0)

MGDigitalBusQueBundle
=====================

[](#mgdigitalbusquebundle)

[![Build Status](https://camo.githubusercontent.com/e0afa752d366417812b23b956fc0e24df66b8ff15636d8294711a380b23c6e9a/68747470733a2f2f7472617669732d63692e6f72672f6d676469676974616c2f42757351756542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mgdigital/BusQueBundle)

Provides a Symfony bundle for [BusQue](https://github.com/mgdigital/BusQue), a Command Queue and Scheduler for PHP7.

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

[](#installation)

Install with composer:

```
composer require mgdigital/busque-bundle

```

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

[](#configuration)

The default configuration is as follows:

```
busque:
    implementation:
        queue_name_resolver: busque.queue_name_resolver.classname
        command_serializer: busque.command_serializer.php
        command_id_generator: busque.command_id_generator.object_hash
        queue_adapter: busque.queue_adapter.predis
        predis_client: snc_redis.busque_client
        scheduler_adapter: busque.scheduler_adapter.predis
        clock: busque.system_clock
        commandbus_adapter: busque.commandbus_adapter.tactician
        error_handler: busque.error_handler
```

Configure the Redis client:

```
snc_redis:
    clients:
        busque:
            type: predis
            alias: busque
            dsn: 'redis://localhost'
            logging: false
            options:
                prefix: 'busque'
```

Usage
-----

[](#usage)

Refer to the [BusQue](https://github.com/mgdigital/BusQue) README.

Tests
-----

[](#tests)

[![Build Status](https://camo.githubusercontent.com/e0afa752d366417812b23b956fc0e24df66b8ff15636d8294711a380b23c6e9a/68747470733a2f2f7472617669732d63692e6f72672f6d676469676974616c2f42757351756542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mgdigital/BusQueBundle)

Run the Behat suite:

```
bin/behat

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Recently: every ~20 days

Total

17

Last Release

3591d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/442933?v=4)[Mike Gibson](/maintainers/mgdigital)[@mgdigital](https://github.com/mgdigital)

---

Top Contributors

[![mgdigital](https://avatars.githubusercontent.com/u/442933?v=4)](https://github.com/mgdigital "mgdigital (43 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mgdigital-busque-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mgdigital-busque-bundle/health.svg)](https://phpackages.com/packages/mgdigital-busque-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[pimcore/pimcore

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

3.8k3.8M481](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M533](/packages/shopware-core)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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