kzykhys/super-cow-power

There are no Easter Eggs in this framework

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0 2013-09-18 07:05 UTC

This package is not auto-updated.

Last update: 2024-05-06 12:52:57 UTC


README

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?"
   /------\/
  / |    ||
 *  /\---/\
    ~~   ~~