mikaelkael/htmldiff-bundle

Symfony Bundle for php-htmldiff (caxy/php-htmldiff)

安装: 13

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 8

类型:symfony-bundle

v0.1.5 2017-07-06 21:04 UTC

This package is auto-updated.

Last update: 2024-09-07 02:53:38 UTC


README

Packagist Average time to resolve an issue Percentage of issues still open

HtmlDiffBundle

Symfony Bundle for 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 文件。