PHPackages                             insidieux/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. insidieux/task-bundle

ActiveSymfony-bundle

insidieux/task-bundle
=====================

Symfony task bundle

0.3.3(4y ago)022.5k↑16.7%1[1 PRs](https://github.com/insidieux/TaskBundle/pulls)MITPHPPHP &gt;=7.0

Since Nov 10Pushed 4y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (7)Versions (14)Used By (0)

TaskBundle
==========

[](#taskbundle)

Overview
========

[](#overview)

The `TaskBundle` provides infrastructure for simple implementation of delayed tasks

Requirements
============

[](#requirements)

- PHP 7.0 or greater
- doctrine/orm: ^2.5
- stof/doctrine-extensions-bundle: ^1.2
- symfony/config: ^3.3
- symfony/console: 3.3
- symfony/dependency-injection: ^3.3
- symfony/http-kernel: ^3.3
- symfony/framework-bundle: ^3.3

Installation
============

[](#installation)

You can install the package using the [Composer](https://getcomposer.org/) package manager. You can install it by running this command in your project root:

```
composer require insidieux/task-bundle
```

Don't forget to make diff and run migrations, for creating tasks queue table

Usage
=====

[](#usage)

First of all, you need to add some new namespaces to separate task processing:

```
task:
  debug: true
  namespaces:
    - 'namespace1'
    - 'namespace2'
```

After building container, you'll see predefined `worker` services:

```
task.worker.namespace1
task.worker.namespace2
```

You can run them via `cron`/`supervisor`. Also you can scale them by passing `worker-id` to command

```
$ bin/console task:worker:namespace --id 1
$ bin/console task:worker:namespace --id 2
```

Create php class extending `\TaskBundle\Handler\AbstractHandler` and implement `perform` method Push created handler to queue

```
$this->getContainer()->get('task.services.pusher')->push(new SomeHandler, 'namespace1');
```

Roadmap
=======

[](#roadmap)

- Add [symfony flex recipes](https://github.com/symfony/recipes-contrib)

Changelog
=========

[](#changelog)

This bundle changelog [here](CHANGELOG.md)

License
=======

[](#license)

This bundle is released under the [MIT license](LICENSE)

Authors
=======

[](#authors)

- [Ageev Pavel](mailto:ageev.pavel.v@gmail.com)
- Barakin Alexandr

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~171 days

Recently: every ~134 days

Total

12

Last Release

1579d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fa458d0d9f4e3983b9fe190a6543db6a7dbf1446c2ffd220eb933eccf851188?d=identicon)[insidieux](/maintainers/insidieux)

---

Top Contributors

[![insidieux](https://avatars.githubusercontent.com/u/6401826?v=4)](https://github.com/insidieux "insidieux (12 commits)")[![kamynina](https://avatars.githubusercontent.com/u/6712481?v=4)](https://github.com/kamynina "kamynina (1 commits)")

---

Tags

phpsymfonytaskbundlesymfonybundleTasksinsidieux

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)

PHPackages © 2026

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