PHPackages                             xaav/queue-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. xaav/queue-bundle

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

xaav/queue-bundle
=================

Job Queue for Symfony2

0.9(14y ago)11510[1 issues](https://github.com/xaav/XaavQueueBundle/issues)OpenLicensePHPPHP &gt;=5.3.0

Since Aug 4Pushed 14y ago2 watchersCompare

[ Source](https://github.com/xaav/XaavQueueBundle)[ Packagist](https://packagist.org/packages/xaav/queue-bundle)[ Docs](http://github.com/xaav/xaavqueuebundle)[ RSS](/packages/xaav-queue-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

A Job Queue Bundle for Symfony2
===============================

[](#a-job-queue-bundle-for-symfony2)

A job queue is a system software data structure maintained by job scheduler software.

Users submit their programs that they want executed, "jobs", to the queue for batch processing. The scheduler software maintains the queue as the pool of jobs available for it to run.

Multiple batch queues might be used by the scheduler to differentiate types of jobs depending on parameters such as:

- job priority
- estimated execution time
- resource requirements

The use of a batch queue gives these benefits:

- sharing of computer resources among many users
- time-shifts job processing to when the computer is less busy
- avoids idling the compute resources without minute-by-minute human supervision
- allows around-the-clock high utilization of expensive computing resources

Please see [the wiki](https://github.com/xaav/XaavQueueBundle/wiki) for more information and/or documentation.

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

[](#installation)

Add the following to your `deps` file:

```
[XaavQueueBundle]
    git=git://github.com/xaav/XaavQueueBundle.git
    target=/bundles/Xaav/QueueBundle

```

Run the vendors script:

```
php bin/vendors install

```

Please see [here](https://github.com/xaav/XaavQueueBundle/wiki/Installation) for a more detailed guide.

Contributing
------------

[](#contributing)

The following contributions are welcome:

- Pull Requests
    - Adding adapters
    - Adding ways to empty the queue
- Reporting Issues
    - Reporting of bugs/crashes
    - Suggesting new features
- Improvement of Wiki Pages

If this bundle has been useful to you, please consider making one or more of the above contributions.

License
-------

[](#license)

This work is released into the public domain and is also availiable under the [xaavnetwork openlicense](http://xaav.tk/OpenLicense).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

5398d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05fc1e81d4f928aba908d32b89efa8ddef66b965f46c9dc9265057446088fba0?d=identicon)[xaav](/maintainers/xaav)

---

Top Contributors

[![xaav](https://avatars.githubusercontent.com/u/732630?v=4)](https://github.com/xaav "xaav (77 commits)")[![xoviat](https://avatars.githubusercontent.com/u/49173759?v=4)](https://github.com/xoviat "xoviat (7 commits)")

---

Tags

queuejobqueue

### Embed Badge

![Health badge](/badges/xaav-queue-bundle/health.svg)

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

###  Alternatives

[php-amqplib/php-amqplib

Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.

4.6k125.3M879](/packages/php-amqplib-php-amqplib)[ramsey/collection

A PHP library for representing and manipulating collections.

1.2k486.0M69](/packages/ramsey-collection)[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48030.5M87](/packages/queue-interop-queue-interop)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[phootwork/collection

The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.

3924.8M15](/packages/phootwork-collection)[apinstein/jqjobs

Async job manager for PHP.

3220.2k](/packages/apinstein-jqjobs)

PHPackages © 2026

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