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

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

cimus/gearman-bundle
====================

Symfony CimusGearmanBundle

1.0.0(10y ago)055MIT

Since Jun 8Compare

[ Source](https://github.com/Cimus/gearman-bundle)[ Packagist](https://packagist.org/packages/cimus/gearman-bundle)[ Docs](https://github.com/Cimus/gearman-bundle)[ RSS](/packages/cimus-gearman-bundle/feed)WikiDiscussions Synced today

READMEChangelogDependencies (4)Versions (4)Used By (0)

Gearman Bundle for Symfony2
===========================

[](#gearman-bundle-for-symfony2)

Пакет для простой организации очередей заданий

> \*\*Note.\*\*ВНИМАНИЕ! Пакет работоспособный, но содержит куски говнокода, который будет со временем рефакториться. Поддрежка методов не гарантируется. Не используйте в боевых проектах!

Возможности
-----------

[](#возможности)

- Запуск одного воркера
- Запуск сразу всех воркеров
- Мониторинг воркеров

Установка
---------

[](#установка)

Для работы тербуется [Gearman](http://gearman.org/) и расширение для PHP [PECL gearman](http://pecl.php.net/package/gearman)

Установка через [Composer](https://getcomposer.org/):

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

### Конфигурация

[](#конфигурация)

Конфигурация по-умолчанию. Вы можете изменить её в `app/config.yml`

```
cimus_gearman:
    servers:
        localhost:
            host: 127.0.0.1
            port: 4730
```

### Регистрация пакета в ядре

[](#регистрация-пакета-в-ядре)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Cimus\GearmanBundle\CimusGearmanBundle(),
        // ...
    );
}
```

### Использование

[](#использование)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3674d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10470794?v=4)[Sergey Ageev](/maintainers/Cimus)[@Cimus](https://github.com/Cimus)

---

Top Contributors

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

---

Tags

gearmangearman bundle

### Embed Badge

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

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

###  Alternatives

[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[supertag/gearman-bundle

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

1441.3k](/packages/supertag-gearman-bundle)

PHPackages © 2026

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