2017 © Pedro Peláez
 

symfony-bundle common-step-bundle

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

image

kitpages/common-step-bundle

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

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

KitpagesCommonStepBundle

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

Versions

Actual state

This bundle is early alpha state., (*2)

Installation

Add KitpagesCommonStepBundle in your composer.json, (*3)

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

Now tell composer to download the bundle by running the command:, (*4)

``` bash $ php composer.phar update kitpages/common-step-bundle, (*5)


in AppKernel.php, you have to add the KitpagesChainBundle and the KitpagesCommonStepBundle ``` php $bundles = array( ... new Kitpages\ChainBundle\KitpagesChainBundle(), new Kitpages\CommonStepBundle\KitpagesCommonStepBundle(), new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), );

User's guide

The Versions

23/04 2013