kzykhys / super-cow-power
There are no Easter Eggs in this framework
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/kzykhys/super-cow-power
Requires
- symfony/config: >2.3
 - symfony/console: >2.3
 - symfony/dependency-injection: >2.3
 - symfony/http-foundation: >2.3
 - symfony/http-kernel: >2.3
 
This package is not auto-updated.
Last update: 2025-11-03 19:29:47 UTC
README
         (__)
         (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?"
   /------\/
  / |    ||
 *  /\---/\
    ~~   ~~