PHPackages                             iqual/tasks-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. [CLI &amp; Console](/categories/cli)
4. /
5. iqual/tasks-bundle

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

iqual/tasks-bundle
==================

0.1.15(10y ago)012PHP

Since May 26Pushed 1y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (16)Used By (0)

TasksBundle
===========

[](#tasksbundle)

Provides generic layer for task management

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

[](#installation)

```
composer require mpom/tasks-bundle
```

Add to your AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new TasksBundle\TasksBundle,
            // ...
        )
    }
```

Configuration
=============

[](#configuration)

In your config.yml file add new options:

```
tasks:
    layout: AppBundle:Admin:Layout/custom.html.twig # optional, layout file
    entity_class: # your entity class
    template_list: # custom template for task list
    template_edit: # custom template for task edit
```

Add to app/config/routing.yml:

```
tasks:
    resource: "@TasksBundle/Resources/config/routing.yml"
    prefix:   /
```

Import database structure:

```
console doctrine:schema:update --force
```

Dump assets:

```
console assets:install --symlink
```

Usage
=====

[](#usage)

Navigate to //tasks page.

```

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~3 days

Total

15

Last Release

3964d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90cd0a373720aba510d144cf310f4b036ae8d79f1f7385d663ae20b87a3fb017?d=identicon)[pvbergen](/maintainers/pvbergen)

![](https://www.gravatar.com/avatar/43082de1b2e2b2b2d48b7ff7dbc7c60ff1d0a015123d4062ac0b49ea0b3b725f?d=identicon)[iqual](/maintainers/iqual)

### Embed Badge

![Health badge](/badges/iqual-tasks-bundle/health.svg)

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

###  Alternatives

[jmose/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

3361.4M1](/packages/jmose-command-scheduler-bundle)[shapecode/cron-bundle

This bundle provides scheduled execution of Symfony commands

59493.0k2](/packages/shapecode-cron-bundle)[vitre/php-console-bundle

Provides PHP console implementation

1311.9k](/packages/vitre-php-console-bundle)[seiffert/console-extra-bundle

This bundle adds support for commands defined as DI services

201.4k](/packages/seiffert-console-extra-bundle)

PHPackages © 2026

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