ampluso/pinger-bundle
最新稳定版本:v0.0.1
Composer 安装命令:
composer require ampluso/pinger-bundle
包简介
PingerBundle (bundle for Symfony2) is a service to update different search engines that your blog or website has updated.
README 文档
README
PingerBundle (bundle for Symfony2) is a service to update different search engines that your blog or website has updated.
Requirements
- PHP 5.3+
- Symfony2
Installation
Composer
The preferred way to install this bundle is to rely on Composer.
Method 1
Simply run assuming you have installed composer.phar or composer binary:
$ composer require ampluso/pinger-bundle dev-master
Method 2
- Add the following lines in your composer.json:
{ "require": { "ampluso/pinger-bundle": "dev-master" } }
- Run the composer to download the bundle
$ php composer.phar update ampluso/pinger-bundle
Add this bundle to your application's kernel
// app/ApplicationKernel.php public function registerBundles() { return array( // ... new Ampluso\PingerBundle\PingerBundle(), // ... ); }
Authors
Marcin Chyłek - marcin@chylek.pl
License
PingerBundle is licensed under the MIT License - see the LICENSE file for details
统计信息
- 总下载量: 175
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-12