caxy / htmldiff-bundle
Symfony Bundle 用于 php-htmldiff (caxy/php-htmldiff)
v0.1.4
2021-12-12 15:28 UTC
Requires
- php: >=7.0
- caxy/php-htmldiff: ~0.1
- symfony/framework-bundle: ~2.3||3.*||4.*||5.*||6.*
Requires (Dev)
Suggests
- doctrine/doctrine-cache-bundle: Used for caching the calculated diffs in caxy/php-htmldiff
README
HtmlDiffBundle
Symfony Bundle 用于 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 文件。