/SuperCowPower

There are no Easter Eggs in this framework

Primary LanguagePHP

Provides Super Cow Power to your Symfony2 Project

Latest Stable Version Build Status Coverage Status

         (__)
         (oo) <"There are no Easter Eggs in this framework."
   /------\/
  / |    ||
 *  /\---/\
    ~~   ~~

Installation

Update your composer.json and run php composer.phar update

{
    "require": {
        "kzykhys/super-cow-power": "~1.0"
    }
}

Update your AppKernel.php

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    //...
    $bundles[] = new SuperCowPower\Bundle\SuperCowBundle\SuperCowPowerSuperCowBundle();
}

Usage

Moo php app/console help

Testing

Run phpunit

License

GPL-2.0


         (__)
         (oo) <"Have you mooed today?"
   /------\/
  / |    ||
 *  /\---/\
    ~~   ~~