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 2y ago1 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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

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

4011d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-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.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.7k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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