承接 kitpages/common-step-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kitpages/common-step-bundle

Composer 安装命令:

composer require kitpages/common-step-bundle

包简介

This bundle contains somme common processing that can be used as steps by the KitpagesChainBundle.

README 文档

README

This bundle contains some common steps (copy a directory, send an email, run a unix command,...) used by the KitpagesChainBundle.

Versions

Actual state

This bundle is early alpha state.

Installation

Add KitpagesCommonStepBundle in your composer.json

{
    "require": {
        "kitpages/common-step-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update kitpages/common-step-bundle

in AppKernel.php, you have to add the KitpagesChainBundle and the KitpagesCommonStepBundle

$bundles = array(
    ...
    new Kitpages\ChainBundle\KitpagesChainBundle(),
    new Kitpages\CommonStepBundle\KitpagesCommonStepBundle(),
    new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
);

User's guide

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD
  • 更新时间: 2013-02-18