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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

lzerma/gearman-bundle-forked
============================

Adds gearman support to your Symfony2 project

v2.4.2(12y ago)118MITPHPPHP &gt;=5.3.3

Since Dec 11Pushed 12y ago1 watchersCompare

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

READMEChangelogDependencies (9)Versions (7)Used By (0)

GearmanBundle for Symfony2
==========================

[](#gearmanbundle-for-symfony2)

[![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 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 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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84.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 ~32 days

Recently: every ~39 days

Total

6

Last Release

4427d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdecb68df787953ec82ba95521ee2168cddb27ab63284a16e56a7457c62b3dc9?d=identicon)[lzerma](/maintainers/lzerma)

---

Top Contributors

[![mmoreram](https://avatars.githubusercontent.com/u/521409?v=4)](https://github.com/mmoreram "mmoreram (163 commits)")[![lzerma](https://avatars.githubusercontent.com/u/1020217?v=4)](https://github.com/lzerma "lzerma (4 commits)")[![daum](https://avatars.githubusercontent.com/u/52372?v=4)](https://github.com/daum "daum (3 commits)")[![DZunke](https://avatars.githubusercontent.com/u/1244235?v=4)](https://github.com/DZunke "DZunke (3 commits)")[![jimmy1993k](https://avatars.githubusercontent.com/u/1446249?v=4)](https://github.com/jimmy1993k "jimmy1993k (3 commits)")[![codecowboy](https://avatars.githubusercontent.com/u/178432?v=4)](https://github.com/codecowboy "codecowboy (3 commits)")[![h4cc](https://avatars.githubusercontent.com/u/2981491?v=4)](https://github.com/h4cc "h4cc (1 commits)")[![juanmaia](https://avatars.githubusercontent.com/u/638601?v=4)](https://github.com/juanmaia "juanmaia (1 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)")[![saleksandras](https://avatars.githubusercontent.com/u/311505?v=4)](https://github.com/saleksandras "saleksandras (1 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![sdepablos](https://avatars.githubusercontent.com/u/211364?v=4)](https://github.com/sdepablos "sdepablos (1 commits)")[![chrisjohnson00](https://avatars.githubusercontent.com/u/1231933?v=4)](https://github.com/chrisjohnson00 "chrisjohnson00 (1 commits)")[![devits](https://avatars.githubusercontent.com/u/1526223?v=4)](https://github.com/devits "devits (1 commits)")[![dzuelke](https://avatars.githubusercontent.com/u/27900?v=4)](https://github.com/dzuelke "dzuelke (1 commits)")[![eng1neer](https://avatars.githubusercontent.com/u/1079094?v=4)](https://github.com/eng1neer "eng1neer (1 commits)")[![focusshifter](https://avatars.githubusercontent.com/u/569104?v=4)](https://github.com/focusshifter "focusshifter (1 commits)")

---

Tags

gearman

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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