nowo-tech/time-track-bundle
Composer 安装命令:
composer require nowo-tech/time-track-bundle
包简介
Symfony bundle for personal and team time tracking with browser extension and Tauri desktop agent APIs
README 文档
README
⭐ Found this useful? Give it a star on GitHub so more developers can find it.
Symfony bundle for personal and team time tracking: one active timer per user, task references via TaskBoardBundle, browser extension API, and Tauri desktop agent API.
Features
- Web UI at
/tools/time-track(timer + reports) - REST API for browser extension and Tauri desktop (
Bearerauth) - Single active timer per user (409 on conflict)
- Teams and managers v1 via
TeamContextProviderInterface - Task integration via
TaskProviderInterface(designed fornowo-tech/task-board-bundle) - Symfony events for timer start/stop and entry ACL
Installation
composer require nowo-tech/time-track-bundle
# config/packages/nowo_time_track.yaml nowo_time_track: user_class: App\Entity\User clients: enabled: true
See Installation.
Demo
Integrated demo with TaskBoardBundle (kanban + timer):
make -C demo up-symfony8
# Demo started at: http://localhost:8024/tools/time-track
- Timer UI:
/tools/time-track - Task board:
/tools/task-board - Login:
demo@example.com/demo
With TaskBoard only, configure nowo_time_track.task_provider: nowo_task_board.task_provider — see TaskBoard integration.
Documentation
- Installation
- Configuration
- Usage
- Browser extension
- Desktop agent (Tauri) —
desktop/tray app - TaskBoard integration
- Contributing
- Changelog
- Upgrading
- Release process
- Security
- Engram
- Spec-driven development
Tests and coverage
make test
make test-coverage
make release-check
- PHP: 100% lines (justified exclusions: controllers, Doctrine repositories/listeners, integration interfaces)
- TS/JS: N/A (desktop agent lives in
desktop/, outside bundle PHP coverage) - Python: N/A
License
MIT — see LICENSE.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-06