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

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

litgroup/gearman-bundle
=======================

Gearman Job Server API integration for Symfony 2

v0.1.0(12y ago)030MITPHPPHP &gt;=5.4.0

Since Aug 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/LitGroup/LitGroupGearmanBundle)[ Packagist](https://packagist.org/packages/litgroup/gearman-bundle)[ RSS](/packages/litgroup-gearman-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

GearmanBundle
=============

[](#gearmanbundle)

🚫 **(This project is no longer maintained.)**

Simpliest **Gearman php-extension** integration with **Dependency Injection Container** of **Symfony 2**

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

[](#installation)

### Before installation

[](#before-installation)

At first you should install **PECL Extension for Gearman**. See instruction [here](http://www.php.net/manual/en/book.gearman.php).

### Installation with Composer

[](#installation-with-composer)

```
{
    "require": {
        "litgroup/gearman-bundle": "dev-master"
    }
}
```

### Enable bundle in the AppKernel

[](#enable-bundle-in-the-appkernel)

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new LitGroup\Bundle\GearmanBundle\LitGroupGearmanBundle(),
        );

        // ...

        return $bundles;
    }

    // ...
}
```

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

[](#configuration)

With empty configuration localhost server will be used on default port.

You can also specify the list of servers. Look on examples for `yaml`, `xml` and `php` configurations:

```
lit_group_gearman:
    servers:
        - "10.0.0.1"
        - "10.0.0.2:4703" # Specify the port
```

```

        10.0.0.1:4703
        10.0.0.2:4703

```

```
$container->loadFromExtension('lit_group_gearman', [
    'servers' => [
        '10.0.0.1:4703',
        '10.0.0.2:4703',
    ]
]);
```

Usage
-----

[](#usage)

Bundle provides two services available in container.

- `litgroup_gearman.client` — `GearmanClient` class;
- `litgroup_gearman.worker` — `GearmanWorker` class.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the Github issue tracker.

Pull request should be sent for `develop` branch.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

4659d ago

### Community

Maintainers

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

---

Top Contributors

[![Sharom](https://avatars.githubusercontent.com/u/694901?v=4)](https://github.com/Sharom "Sharom (17 commits)")

---

Tags

serverqueuejobgearman

### Embed Badge

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

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

###  Alternatives

[jms/job-queue-bundle

Allows to run and schedule Symfony console commands as background jobs.

3462.3M5](/packages/jms-job-queue-bundle)[supertag/gearman-bundle

Gearman bundle for Symfony2 to manage and monitor PHP gearman jobs and queue

1441.3k](/packages/supertag-gearman-bundle)[markup/job-queue-bundle

The Markup Job Queue bundle integrates with oldsound/rabbiitmq-bundle to provide automatic scheduling of recurring console command jobs

1859.6k](/packages/markup-job-queue-bundle)[demi/php-gearman

Gearman job server workers helper

176.6k](/packages/demi-php-gearman)[apinstein/jqjobs

Async job manager for PHP.

3220.2k](/packages/apinstein-jqjobs)

PHPackages © 2026

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