File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ PHP-Task is an open source, community-driven project. We follow the same coding standards as Symfony.
Original file line number Diff line number Diff line change 44[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/php-task/TaskBundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/php-task/TaskBundle/?branch=master )
55[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/php-task/TaskBundle/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/php-task/TaskBundle/?branch=master )
66
7- Symfony integration for PHPTask library.
7+ Symfony integration for php-task library.
8+
9+ ## Features
10+
11+ Additional features which are implemented in this bundle.
12+
13+ * Handler discovery
14+ * Automatic registration of frequent tasks
15+ * Different run possibilities (terminate event or command for a cron-job)
16+
17+ ## Installation
18+
19+ ``` bash
20+ composer require php-task/TaskBundle @dev
21+ ```
22+
23+ ## Contribution
24+
25+ __ This project is under heavy development. Therefore we can not guarantee full backwards compatibility at the current stage.__
26+
27+ Pull requests are welcome. Please see our [ CONTRIBUTING] ( https://github.com/php-task/TaskBundle/blob/master/CONTRIBUTING.md ) guide.
You can’t perform that action at this time.
0 commit comments