PHPackages                             nowo-tech/task-board-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. [Framework](/categories/framework)
4. /
5. nowo-tech/task-board-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

nowo-tech/task-board-bundle
===========================

Symfony bundle for task boards, teams, and optional TimeTrackBundle integration

v1.5.1(2w ago)015MITPHP &gt;=8.2 &lt;8.6

Since Jul 6Compare

[ Source](https://github.com/nowo-tech/TaskBoardBundle)[ Packagist](https://packagist.org/packages/nowo-tech/task-board-bundle)[ Docs](https://github.com/nowo-tech/TaskBoardBundle)[ RSS](/packages/nowo-tech-task-board-bundle/feed)WikiDiscussions Synced 1w ago

READMEChangelog (6)Dependencies (48)Versions (15)Used By (0)

TaskBoard Bundle
================

[](#taskboard-bundle)

[![CI](https://github.com/nowo-tech/TaskBoardBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/nowo-tech/TaskBoardBundle/actions/workflows/ci.yml) [![Packagist Version](https://camo.githubusercontent.com/56fb02fc4fceedf42cd490eacc2bcff0fcaa2316cbb310fd16d0c57a56b27bd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f776f2d746563682f7461736b2d626f6172642d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/nowo-tech/task-board-bundle) [![Packagist Downloads](https://camo.githubusercontent.com/98ef4864db2bf75b58a7283c7fc57912961caa2a68bfa15681659885a94f678d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f776f2d746563682f7461736b2d626f6172642d62756e646c652e737667)](https://packagist.org/packages/nowo-tech/task-board-bundle) [![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE) [![PHP](https://camo.githubusercontent.com/3f99b197569aa2dcfbefff17ecc68d74098e7f929d8b52dc40f3a898f740eae1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d3737374242343f6c6f676f3d706870)](https://php.net) [![Symfony](https://camo.githubusercontent.com/1a126614274d9b3881d3583579aa40bfbc1b85ae18daf0dc9390bf413426abfb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d372e34253242253230253743253230382e30253230253743253230382e312532422d3030303030303f6c6f676f3d73796d666f6e79)](https://symfony.com) [![GitHub stars](https://camo.githubusercontent.com/05b67224887a2270a7e791324e53c21663fc2d806afdaf611a35c2d2e68baaee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e6f776f2d746563682f7461736b2d626f6172642d62756e646c652e7376673f7374796c653d736f6369616c266c6162656c3d53746172)](https://github.com/nowo-tech/TaskBoardBundle) [![Coverage](https://camo.githubusercontent.com/620b8076ff08953f99c496be40e295fed0c8d4ef2110e35102e82dc5532fdb12/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f7665726167652d50485025323025324225323054532d627269676874677265656e)](#tests-and-coverage)

> ⭐ **Found this useful?** Give it a **star** on [GitHub](https://github.com/nowo-tech/TaskBoardBundle) so more developers can find it.

Symfony bundle for **task boards, teams, and managers** (kanban, list, Gantt). Optional integration with [TimeTrackBundle](https://github.com/nowo-tech/TimeTrackBundle) for timers and time aggregation.

Features
--------

[](#features)

- Boards, columns, tasks, teams, and team members (manager/member roles)
- **Task import** from ClickUp, Jira, and Trello (CSV/JSON) via manage UI or CLI
- Web UI at `/tools/task-board` (kanban, list, Gantt, task detail)
- Vite + Stimulus assets for board interactions
- **Optional TimeTrack integration** — task provider, team context, and automatic `total_time_seconds` aggregation when TimeTrack is installed

Installation
------------

[](#installation)

```
composer require nowo-tech/task-board-bundle
```

For time tracking, also install TimeTrack and wire the providers:

```
composer require nowo-tech/time-track-bundle
```

```
# config/packages/nowo_time_track.yaml
nowo_time_track:
    task_provider: nowo_task_board.task_provider
    team_context_provider: nowo_task_board.team_context_provider
```

See [Installation](docs/INSTALLATION.md).

Demo (with TimeTrack)
---------------------

[](#demo-with-timetrack)

```
make -C TimeTrackBundle/demo up-symfony8
# http://localhost:8024/tools/task-board
# http://localhost:8024/tools/time-track
```

Login: `demo@example.com` / `demo`

Documentation
-------------

[](#documentation)

- [Installation](docs/INSTALLATION.md)
- [Configuration](docs/CONFIGURATION.md)
- [Usage](docs/USAGE.md)
- [Import export guides](docs/import/README.md) (ClickUp, Jira, Trello)
- [Contributing](docs/CONTRIBUTING.md)
- [Changelog](docs/CHANGELOG.md)
- [Upgrading](docs/UPGRADING.md)
- [Release process](docs/RELEASE.md)
- [Security](docs/SECURITY.md)
- [Engram](docs/ENGRAM.md)
- [Spec-driven development](docs/SPEC-DRIVEN-DEVELOPMENT.md)
- [GitHub Spec Kit](docs/SPEC-KIT.md)

Tests and coverage
------------------

[](#tests-and-coverage)

```
make test
make test-coverage
make test-ts
make release-check
```

- **PHP:** PHPUnit with coverage report via `make test-coverage` (controllers and Doctrine repositories excluded from 100% target)
- **TS/JS:** Vitest via `pnpm run test:coverage`
- **Python:** N/A

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance97

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

14

Last Release

16d ago

### Community

Maintainers

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

---

Tags

phpsymfonyfrankenphpSymfony BundleTeamskanbantask-board

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nowo-tech-task-board-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M431](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[sylius/sylius

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

8.5k6.0M780](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M536](/packages/pimcore-pimcore)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9626.1k75](/packages/open-dxp-opendxp)

PHPackages © 2026

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