2017 © Pedro Peláez
 

symfony-bundle wurst-bundle

Prints a nice wurst to your shell.

image

marcw/wurst-bundle

Prints a nice wurst to your shell.

  • Friday, October 6, 2017
  • by futurecat
  • Repository
  • 1 Watchers
  • 58 Stars
  • 1,368 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 51 Forks
  • 3 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Wurst bundle.

Prints a nice wurst to your shell. , (*1)

SensioLabsInsight Total Downloads License, (*2)

Installation

Installation is a quick (I promise!) 3 step process:, (*3)

  1. Download MarcWWurstBundle
  2. Configure the Autoloader
  3. Enable the Bundle

Step 1: Download MarcWWurstBundle

Ultimately, the MarcWWurstBundle files should be downloaded to the vendor/marcw/wurst-bundle/MarcW/Bundle/WurstBundle directory., (*4)

This can be done in several ways, depending on your preference. The first method is the standard Symfony2 method., (*5)

Using Composer, (*6)

Add MarcWWurstBundle in your composer.json:, (*7)

``` json { "require": { "marcw/wurst-bundle": "dev-master" } }, (*8)


``` bash $ php composer.phar require marcw/wurst-bundle

Using submodules, (*9)

If you prefer instead to use git submodules, then run the following:, (*10)

``` bash $ git submodule add git://github.com/marcw/MarcWWurstBundle.git vendor/bundles/MarcW/Bundle/WurstBundle $ git submodule update --init, (*11)


Note that using submodules requires manually registering the `MarcW` namespace to your autoloader: ``` php <?php // app/autoload.php $loader->registerNamespaces(array( // ... 'MarcW' => __DIR__.'/../vendor/bundles', ));

Step 2: Enable the bundle

Finally, enable the bundle in the kernel:, (*12)

``` php <?php // app/AppKernel.php, (*13)

public function registerBundles() { $bundles = array( // ... new MarcW\Bundle\WurstBundle\MarcWWurstBundle(), ); } ```, (*14)

Contributing

If you got some nice wurst ascii art, feel free to contribute ;), (*15)

Credits

Big props to all the sfday 2011 attendees!, (*16)

The Versions

06/10 2017

dev-master

9999999-dev

Prints a nice wurst to your shell.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

wurst