mikaelkael / htmldiff-bundle
Symfony Bundle for php-htmldiff (caxy/php-htmldiff)
v0.1.5
2017-07-06 21:04 UTC
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-09-07 02:53:38 UTC
README
HtmlDiffBundle
Symfony Bundle for caxy/php-htmldiff.
需求
- PHP 5.3.3 或更高版本
- caxy/php-htmldiff
安装
您可以使用 composer 安装此扩展包
composer require caxy/htmldiff-bundle
或者直接将包添加到您的 composer.json 文件中。
安装包后,只需将扩展包添加到您的 AppKernel.php 文件中即可
// in AppKernel::registerBundles() $bundles = array( // ... new Caxy\HtmlDiffBundle\CaxyHtmlDiffBundle(), // ... );
用法
配置
贡献
贡献者行为准则
请注意,此项目按照 贡献者行为准则 发布。通过参与此项目,您同意遵守其条款。请参阅 CODE_OF_CONDUCT 文件。
许可协议
caxy/HtmlDiffBundle 使用 MIT 许可协议发布。有关详细信息,请参阅捆绑的 LICENSE 文件。