clicalmani / task
Tonka Task Manager
v1.0.0
2025-07-20 10:54 UTC
Requires
- php: >=8.0
- dragonmantank/cron-expression: ^3.4
- symfony/event-dispatcher: ^7.3.0
- symfony/uid: ^7.3
This package is auto-updated.
Last update: 2025-07-20 10:58:00 UTC
README
php-task is a task-library for synchronous and asynchronous tasks.
Features
- Scheduling frequent tasks
- Custom handler to run tasks
- Extensibility with events
- Use your own storage to save the events
- Framework independent (uses a few symfony-components)
- Monitoring tasks (to be implemented)
- Statistics of tasks (to be implemented)
and many features more.
Installation
composer require php-task/php-task
Documentation
See the official documentation on http://php-task.readthedocs.io/en/latest/.
Contribution
Pull requests are welcome. Please see our CONTRIBUTING guide.