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

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

mmoreram/gearman-bundle
=======================

Adds gearman support to your and Symfony4, Symfony5 project

v5.1.1(1y ago)237395.2k↓41%104[23 issues](https://github.com/mmoreram/GearmanBundle/issues)[7 PRs](https://github.com/mmoreram/GearmanBundle/pulls)2MITPHPPHP ^7.4 || ^8.0CI failing

Since Dec 11Pushed 1y ago13 watchersCompare

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

READMEChangelog (10)Dependencies (13)Versions (30)Used By (2)

GearmanBundle for Symfony2, 3 and 4
===================================

[](#gearmanbundle-for-symfony2-3-and-4)

[![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 Symfony4/5/6 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. For Symfony Flex you can use [the recipe in the contributed repository](https://github.com/symfony/recipes-contrib) to get started quickly.

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.

Migration from 4 to 5:

```
    doctrine_cache:
        providers:
            gearman_cache:
                type: file_system
                namespace: doctrine_cache.ns.gearman

```

needs to be replaced with

```

    framework:
        cache:
            pools:
                gearman_cache:
                    adapter: cache.adapter.filesystem

```

Tags
----

[](#tags)

- Symfony 5/6 is supported by tags 5
- Symfony 4.0 is supported by tags 4.1+ (they still work with Symfony 3.X)
- All 4.X tags support Symfony 3.X
- Use tags lower than 4.X for Symfony 2.X versions
- 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

56

—

FairBetter than 98% of packages

Maintenance44

Moderate activity, may be stable

Popularity54

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 69.4% 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 ~147 days

Recently: every ~303 days

Total

29

Last Release

413d ago

Major Versions

v3.0.2 → v4.0.02016-09-01

v3.0.3 → v4.0.42017-07-25

v3.0.4 → v4.1.02017-11-22

3.x-dev → v4.1.12019-11-06

v4.1.5 → 5.x-dev2022-05-23

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

5.x-devPHP ^7.4 || ^8.0

### Community

Maintainers

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

---

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 (17 commits)")[![orolyn](https://avatars.githubusercontent.com/u/7275611?v=4)](https://github.com/orolyn "orolyn (11 commits)")[![mihaileu](https://avatars.githubusercontent.com/u/54336101?v=4)](https://github.com/mihaileu "mihaileu (6 commits)")[![sivolobov](https://avatars.githubusercontent.com/u/1647174?v=4)](https://github.com/sivolobov "sivolobov (4 commits)")[![mayeco](https://avatars.githubusercontent.com/u/369490?v=4)](https://github.com/mayeco "mayeco (4 commits)")[![codecowboy](https://avatars.githubusercontent.com/u/178432?v=4)](https://github.com/codecowboy "codecowboy (3 commits)")[![ro0NL](https://avatars.githubusercontent.com/u/1047696?v=4)](https://github.com/ro0NL "ro0NL (3 commits)")[![jimmy1993k](https://avatars.githubusercontent.com/u/1446249?v=4)](https://github.com/jimmy1993k "jimmy1993k (3 commits)")[![maksymhryb](https://avatars.githubusercontent.com/u/615561?v=4)](https://github.com/maksymhryb "maksymhryb (3 commits)")[![DZunke](https://avatars.githubusercontent.com/u/1244235?v=4)](https://github.com/DZunke "DZunke (3 commits)")[![BlueTM](https://avatars.githubusercontent.com/u/662454?v=4)](https://github.com/BlueTM "BlueTM (2 commits)")[![albenik](https://avatars.githubusercontent.com/u/1047425?v=4)](https://github.com/albenik "albenik (2 commits)")[![quentin-st](https://avatars.githubusercontent.com/u/1551971?v=4)](https://github.com/quentin-st "quentin-st (2 commits)")[![gepo](https://avatars.githubusercontent.com/u/218568?v=4)](https://github.com/gepo "gepo (2 commits)")[![ApetroaeiClaudiu](https://avatars.githubusercontent.com/u/38036145?v=4)](https://github.com/ApetroaeiClaudiu "ApetroaeiClaudiu (2 commits)")[![pinkeen](https://avatars.githubusercontent.com/u/2019132?v=4)](https://github.com/pinkeen "pinkeen (2 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)")[![dunglas](https://avatars.githubusercontent.com/u/57224?v=4)](https://github.com/dunglas "dunglas (1 commits)")

---

Tags

bundlegearmanqueuesymfonygearman

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/mmoreram-gearman-bundle/health.svg)](https://phpackages.com/packages/mmoreram-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)[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)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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