php-task / task-bundle
Symfony integration for php-task library
Installs: 281 407
Dependents: 1
Suggesters: 0
Security: 0
Stars: 13
Watchers: 4
Forks: 7
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/orm: ^2.5.3
- php-task/php-task: ^2.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/expression-language: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
- symfony/process: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- doctrine/data-fixtures: ^1.3.3
- doctrine/doctrine-bundle: ^1.5 || ^2.0
- phpspec/prophecy: ^1.14
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.6.5 || ^10
- symfony/finder: ^5.4 || ^6.0 || ^7.0
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0
- symfony/yaml: ^5.4 || ^6.0 || ^7.0
README
Symfony integration for php-task library.
Features
Additional features which are implemented in this bundle.
- Handler discovery
- Different run possibilities
- Different commands to manage and debug commands
- Persist tasks and executions in database
- Run statistics foreach execution of tasks
Installation
composer require php-task/task-bundle
Documentation
See the official documentation on http://php-task.readthedocs.io/en/latest/.
Contribution
Pull requests are welcome. Please see our CONTRIBUTING guide.