You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](http://isitmaintained.com/project/caxy/HtmlDiffBundle"Average time to resolve an issue")
3
+
[](http://isitmaintained.com/project/caxy/HtmlDiffBundle"Percentage of issues still open")
4
+
1
5
HtmlDiffBundle
2
6
==============
3
7
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
0 commit comments