clastic / http-cache-bundle
Clastic HttpCache 扩展包
dev-master
2015-12-21 21:40 UTC
Requires
- php: >=5.6
- clastic/core-bundle: *
- friendsofsymfony/http-cache-bundle: ^1.3
This package is auto-updated.
Last update: 2024-08-29 04:13:51 UTC
README
为 Clastic 提供的 Http Cache 无效化。
安装
此扩展包在 Packagist 上可用。您可以使用 Composer 进行安装。
$ composer require clastic/http-cache-bundle
然后将扩展包添加到您的应用程序中
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new FOS\HttpCacheBundle\FOSHttpCacheBundle(), new Clastic\HttpCacheBundle\ClasticHttpCacheBundle(), // ... ); }
配置
阅读以下文档以配置 FOSHttpCacheBundle。
贡献
所有代码贡献(包括具有提交访问权限的人)都必须通过拉取请求,并在合并前获得核心开发者的批准。这是为了确保对所有代码进行适当的审查。
将项目分支,创建一个功能分支,然后向我们发送拉取请求。
为了确保代码库的一致性,您应该确保代码遵循我们从 Symfony 借用的 编码标准。确保查看 php-cs-fixer,这将非常有帮助。
如果您想帮忙,请查看 问题列表。
作者和贡献者
Dries De Peuter - dries@nousefreak.be - http://nousefreak.be
还可以查看参与此项目的 贡献者列表。
许可
本项目采用 MIT 许可。