Skip to content

Commit 78239a6

Browse files
committed
Merge pull request #10 from caxy/enhancement/update-readme
Start on updating the README - more updates to come soon
2 parents 064eae6 + dd53067 commit 78239a6

1 file changed

Lines changed: 50 additions & 1 deletion

File tree

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,53 @@
1+
[![Packagist](https://img.shields.io/packagist/dt/caxy/htmldiff-bundle.svg)](https://packagist.org/packages/caxy/htmldiff-bundle)
2+
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/caxy/HtmlDiffBundle.svg)](http://isitmaintained.com/project/caxy/HtmlDiffBundle "Average time to resolve an issue")
3+
[![Percentage of issues still open](http://isitmaintained.com/badge/open/caxy/HtmlDiffBundle.svg)](http://isitmaintained.com/project/caxy/HtmlDiffBundle "Percentage of issues still open")
4+
15
HtmlDiffBundle
26
==============
37

4-
Symfony2 Bundle for php-htmldiff (caxy/php-htmldiff)
8+
Symfony Bundle for [caxy/php-htmldiff][0].
9+
10+
## Requirements
11+
12+
- PHP 5.3.3 or higher
13+
- [caxy/php-htmldiff][0]
14+
15+
## Installation
16+
17+
You can install this bundle using composer:
18+
19+
```
20+
composer require caxy/htmldiff-bundle
21+
```
22+
23+
or add the package to your composer.json file directly.
24+
25+
After you have installed the package, you just need to add the bundle to your AppKernel.php file:
26+
27+
```php
28+
// in AppKernel::registerBundles()
29+
$bundles = array(
30+
// ...
31+
new Caxy\HtmlDiffBundle\CaxyHtmlDiffBundle(),
32+
// ...
33+
);
34+
```
35+
36+
## Usage
37+
38+
## Configuration
39+
40+
## Contributing
41+
42+
## Contributor Code of Conduct
43+
44+
Please note that this project is released with a [Contributor Code of
45+
Conduct](http://contributor-covenant.org/). By participating in this project
46+
you agree to abide by its terms. See CODE_OF_CONDUCT file.
47+
48+
## License
49+
50+
caxy/HtmlDiffBundle is released under the MIT License. See the bundled LICENSE file for
51+
details.
52+
53+
[0]: https://github.com/caxy/php-htmldiff

0 commit comments

Comments
 (0)