mattsches/version-eye-bundle
最新稳定版本:0.5.1
Composer 安装命令:
composer require mattsches/version-eye-bundle
包简介
Symfony MattschesVersionEyeBundle
README 文档
README
Installation
Suggested installation method is through composer:
php composer.phar require mattsches/version-eye-bundle:dev-master
Add the bundle to your app/AppKernel.php under the dev environment
if (in_array($this->getEnvironment(), array('dev', 'test'))) { ... $bundles[] = new Mattsches\VersionEyeBundle\MattschesVersionEyeBundle(); }
Setup
Add the following to your app/config/config_dev.yml (you only want to use this in the dev environment)
mattsches_version_eye: api_key: YOUR_VERSION_EYE_API_KEY_HERE # These two are optional base_url: "https://www.versioneye.com/api/v2" filesystem_cache_path: "%kernel.cache_dir%/versioneye"
A Word Of Caution
Although this plugin caches all requests to the VersionEye servers, it may slow down your project a bit (dev only, of course). In my project, average response time is up to 400ms slower when there is no cache.
Requirements
This bundle requires Symfony version 2.7 or higher. Sorry.
统计信息
- 总下载量: 2.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-17