Skip to content

Commit f400e46

Browse files
added readme information
1 parent b8b013f commit f400e46

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
PHP-Task is an open source, community-driven project. We follow the same coding standards as Symfony.

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,24 @@
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.

0 commit comments

Comments
 (0)