mikaelkael / htmldiff-bundle
Symfony Bundle for php-htmldiff (caxy/php-htmldiff)
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 8
Type:symfony-bundle
Requires
- php: >=5.3.9
- caxy/php-htmldiff: ~0.1
- symfony/framework-bundle: ~2.3||3.*
Requires (Dev)
Suggests
- doctrine/doctrine-cache-bundle: Used for caching the calculated diffs in caxy/php-htmldiff
This package is auto-updated.
Last update: 2024-11-07 03:10:00 UTC
README
HtmlDiffBundle
Symfony Bundle for caxy/php-htmldiff.
Requirements
- PHP 5.3.3 or higher
- caxy/php-htmldiff
Installation
You can install this bundle using composer:
composer require caxy/htmldiff-bundle
or add the package to your composer.json file directly.
After you have installed the package, you just need to add the bundle to your AppKernel.php file:
// in AppKernel::registerBundles() $bundles = array( // ... new Caxy\HtmlDiffBundle\CaxyHtmlDiffBundle(), // ... );
Usage
Configuration
Contributing
Contributor Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT file.
License
caxy/HtmlDiffBundle is released under the MIT License. See the bundled LICENSE file for details.