PHPackages                             xeops/gearman-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. xeops/gearman-bundle

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

xeops/gearman-bundle
====================

Adds gearman support to your Symfony2 or Symfony3 project

v4.4.1(1y ago)06.7k2MITPHPPHP &gt;=7.0

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xeops/GearmanBundle)[ Packagist](https://packagist.org/packages/xeops/gearman-bundle)[ Docs](https://github.com/mmoreram/GearmanBundle)[ RSS](/packages/xeops-gearman-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (10)Versions (27)Used By (0)

GearmanBundle for Symfony2/3
============================

[](#gearmanbundle-for-symfony23)

[![SensioLabsInsight](https://camo.githubusercontent.com/68736a4dd93fceee65236a14ee6205dff3f99de00b6fc7e3ea6a1a14ceb6bc00/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63663364393763362d653032362d343438392d383439332d6133663461316537356136382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68)[![Build Status](https://camo.githubusercontent.com/2105e9ec400d67ffb052dc8d27ba690f09a3d1c9165a8a9d06c8383e607ce2a6/68747470733a2f2f7472617669732d63692e6f72672f6d6d6f726572616d2f476561726d616e42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mmoreram/GearmanBundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/f8982fa3f1f275002256c082e7c8fb7ebd2d39957aa60b0ca255b7f7b5d42445/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6d6f726572616d2f476561726d616e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d32396631656433343264336466353436373836313462353862306532343331333661613234373236)](https://scrutinizer-ci.com/g/mmoreram/GearmanBundle/)[![Latest Stable Version](https://camo.githubusercontent.com/8abe5455e3bcc8b8581ae63672c38b08125b6562315c12c1220dc527665ed74f/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/ec233c65aa8dda9a4518bb9168b58a552e013bb3f816a7245912e92e5a408e6a/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle)[![License](https://camo.githubusercontent.com/6e57966496b21001d8b5825e739873efe9f8194c96aa32e20eb6f8cf5a624d9e/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle)[![Total Downloads](https://camo.githubusercontent.com/e08cae10058666f97f497f3ec7d34582890a3e6d04655fcd38888ffab908551f/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle)

GearmanBundle is a bundle for Symfony2/3 intended to provide an easy way to support developers who need to use job queues. For example: mail queues, Solr generation queues or Database upload queues.

Documentation
-------------

[](#documentation)

Check the documentation in [ReadTheDocs](http://gearmanbundle.readthedocs.org/).
Some recipes will be written soon. If you have some ideas and you want to share them with us, don't hesitate to open a RFC issue or a Pull Request.

Tags
----

[](#tags)

- Use tags under 4.X for Symfony2.X versions. 4.X support Symfony 3.X+
- Use last unstable version ( alias of `dev-master` ) to stay always in last commit
- Use last stable version tag to stay in a stable release.
- [![Latest Unstable Version](https://camo.githubusercontent.com/ec233c65aa8dda9a4518bb9168b58a552e013bb3f816a7245912e92e5a408e6a/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/8abe5455e3bcc8b8581ae63672c38b08125b6562315c12c1220dc527665ed74f/68747470733a2f2f706f7365722e707567782e6f72672f6d6d6f726572616d2f676561726d616e2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mmoreram/gearman-bundle)

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

[](#contributing)

All code is Symfony2 Code formatted, so every pull request must validate phpcs standards. You should read [Symfony2 coding standards](http://symfony.com/doc/current/contributing/code/standards.html)and install [this](https://github.com/opensky/Symfony2-coding-standard)CodeSniffer to check all code is validated.

There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.

If you'd like to contribute, please read the [Contributing Code](http://symfony.com/doc/current/contributing/code/index.html) part of the documentation. If you're submitting a pull request, please follow the guidelines in the [Submitting a Patch](http://symfony.com/doc/current/contributing/code/patches.html#check-list) section and use the [Pull Request Template](http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 72.9% 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 ~170 days

Recently: every ~254 days

Total

24

Last Release

630d ago

Major Versions

v2.4.1 → v3.0.02014-07-31

v3.0.2 → v4.0.02016-09-01

3.x-dev → v4.0.42017-07-25

PHP version history (2 changes)v2.3.1PHP &gt;=5.3.3

v4.0.7PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/76201bdc5e3cc7dd0b6c5c412f0c13841f781006e7011b99e82f68ebf7924fcb?d=identicon)[xeops](/maintainers/xeops)

---

Top Contributors

[![mmoreram](https://avatars.githubusercontent.com/u/521409?v=4)](https://github.com/mmoreram "mmoreram (186 commits)")[![daum](https://avatars.githubusercontent.com/u/52372?v=4)](https://github.com/daum "daum (12 commits)")[![orolyn](https://avatars.githubusercontent.com/u/7275611?v=4)](https://github.com/orolyn "orolyn (11 commits)")[![xeops](https://avatars.githubusercontent.com/u/9568398?v=4)](https://github.com/xeops "xeops (4 commits)")[![mayeco](https://avatars.githubusercontent.com/u/369490?v=4)](https://github.com/mayeco "mayeco (4 commits)")[![sivolobov](https://avatars.githubusercontent.com/u/1647174?v=4)](https://github.com/sivolobov "sivolobov (4 commits)")[![codecowboy](https://avatars.githubusercontent.com/u/178432?v=4)](https://github.com/codecowboy "codecowboy (3 commits)")[![maksymhryb](https://avatars.githubusercontent.com/u/615561?v=4)](https://github.com/maksymhryb "maksymhryb (3 commits)")[![jimmy1993k](https://avatars.githubusercontent.com/u/1446249?v=4)](https://github.com/jimmy1993k "jimmy1993k (3 commits)")[![DZunke](https://avatars.githubusercontent.com/u/1244235?v=4)](https://github.com/DZunke "DZunke (3 commits)")[![albenik](https://avatars.githubusercontent.com/u/1047425?v=4)](https://github.com/albenik "albenik (2 commits)")[![gepo](https://avatars.githubusercontent.com/u/218568?v=4)](https://github.com/gepo "gepo (2 commits)")[![mathielen](https://avatars.githubusercontent.com/u/1571485?v=4)](https://github.com/mathielen "mathielen (1 commits)")[![nikolay-kornev](https://avatars.githubusercontent.com/u/57921394?v=4)](https://github.com/nikolay-kornev "nikolay-kornev (1 commits)")[![pavelgopanenko](https://avatars.githubusercontent.com/u/202066?v=4)](https://github.com/pavelgopanenko "pavelgopanenko (1 commits)")[![pinkeen](https://avatars.githubusercontent.com/u/2019132?v=4)](https://github.com/pinkeen "pinkeen (1 commits)")[![sdepablos](https://avatars.githubusercontent.com/u/211364?v=4)](https://github.com/sdepablos "sdepablos (1 commits)")[![WBerredo](https://avatars.githubusercontent.com/u/5039531?v=4)](https://github.com/WBerredo "WBerredo (1 commits)")[![yoanmLf](https://avatars.githubusercontent.com/u/32323898?v=4)](https://github.com/yoanmLf "yoanmLf (1 commits)")[![devits](https://avatars.githubusercontent.com/u/1526223?v=4)](https://github.com/devits "devits (1 commits)")

---

Tags

gearman

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xeops-gearman-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

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