定制 ampluso/pinger-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Add the following lines in your composer.json:
{
  "require": {
    "ampluso/pinger-bundle": "dev-master"
  }
}
  1. 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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-12