PHPackages                             micro-module/task-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. micro-module/task-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

micro-module/task-bundle
========================

Micro module TaskBundle common library

v0.8.1(5mo ago)01.8k↑200%proprietaryPHPPHP ^8.1

Since Apr 24Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/temafey/micro_modules_task_bundle)[ Packagist](https://packagist.org/packages/micro-module/task-bundle)[ RSS](/packages/micro-module-task-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (14)Versions (13)Used By (0)

example config enqueue

```
enqueue:
    task:
        transport: 'amqp+lib://%enqueue.amqp.user%:%enqueue.amqp.pass%@%enqueue.amqp.host%:%enqueue.amqp.port%/%enqueue.amqp.vhost%'
        client:
            prefix: '%enqueue.client.prefix%.%app.name%'
            app_name: ''
            default_queue: '%enqueue.task.client.app%'
            router_topic:  '%enqueue.task.client.app%'
            router_queue:  '%enqueue.task.client.app%'
        job: true
    taskevent:
        transport: 'amqp+lib://%enqueue.amqp.user%:%enqueue.amqp.pass%@%enqueue.amqp.host%:%enqueue.amqp.port%/%enqueue.amqp.vhost%'
        client:
            prefix: '%enqueue.client.prefix%.%app.name%'
            app_name: ''
            default_queue: '%enqueue.taskevent.client.app%'
            router_topic:  '%enqueue.taskevent.client.app%'
            router_queue:  '%enqueue.taskevent.client.app%'
    event:
        transport: 'amqp+lib://%enqueue.amqp.user%:%enqueue.amqp.pass%@%enqueue.amqp.host%:%enqueue.amqp.port%/%enqueue.amqp.vhost%'
        client:
            prefix: '%enqueue.client.prefix%.%app.name%'
            app_name: ''
            default_queue: '%enqueue.event.client.app%'
            router_topic:  '%enqueue.event.client.app%'
            router_queue:  '%enqueue.event.client.app%'

```

parameters.yaml

```
    enqueue.amqp.host:  '%env(APP_RABBITMQ_HOST)%'
    enqueue.amqp.port:  '%env(APP_RABBITMQ_PORT)%'
    enqueue.amqp.user:  '%env(APP_RABBITMQ_USER)%'
    enqueue.amqp.pass:  '%env(APP_RABBITMQ_PASS)%'
    enqueue.amqp.vhost: '%env(APP_RABBITMQ_VHOST)%'

    app.name: 'test'
    enqueue.client.prefix: 'queue'

    enqueue.task.client.app: 'task'
    enqueue.taskevent.client.app: 'task.event'
    enqueue.event.client.app: 'event'

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance73

Regular maintenance activity

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 88.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 ~229 days

Recently: every ~62 days

Total

10

Last Release

150d ago

PHP version history (4 changes)v0.4.0PHP ^7.3

v0.5.0PHP ^7.3 || ^8.0

v0.6.0PHP ^8.0

v0.7.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![temafey](https://avatars.githubusercontent.com/u/981101?v=4)](https://github.com/temafey "temafey (8 commits)")[![andreysox](https://avatars.githubusercontent.com/u/135994711?v=4)](https://github.com/andreysox "andreysox (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/micro-module-task-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/micro-module-task-bundle/health.svg)](https://phpackages.com/packages/micro-module-task-bundle)
```

###  Alternatives

[oomphinc/drupal-scaffold

A Drupal scaffold project

192.6k](/packages/oomphinc-drupal-scaffold)

PHPackages © 2026

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