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

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

vados/task-executor-bundle
==========================

Task Executor for Symfony

v1.0.1(4y ago)0409[2 issues](https://github.com/ScaryDonetskiy/task-executor-bundle/issues)MITPHPPHP &gt;=8.0

Since Aug 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ScaryDonetskiy/task-executor-bundle)[ Packagist](https://packagist.org/packages/vados/task-executor-bundle)[ RSS](/packages/vados-task-executor-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

Task Executor Symfony Bundle
============================

[](#task-executor-symfony-bundle)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require vados/task-executor-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require vados/task-executor-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    \Vados\TaskExecutorBundle\TaskExecutorBundle::class => ['all' => true],
];
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~71 days

Total

4

Last Release

1574d ago

Major Versions

v0.2.0 → v1.0.02022-03-12

PHP version history (2 changes)v0.1.0PHP &gt;=7.4

v1.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/216eec3c0dc8a29977c9a5790e5e821cca6b2b41412934ef53b35f9ed04a91f7?d=identicon)[ScaryDonetskiy](/maintainers/ScaryDonetskiy)

---

Top Contributors

[![ScaryDonetskiy](https://avatars.githubusercontent.com/u/12470079?v=4)](https://github.com/ScaryDonetskiy "ScaryDonetskiy (12 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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