PHPackages                             marcw/wurst-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. marcw/wurst-bundle

AbandonedArchivedSymfony-bundle[CLI &amp; Console](/categories/cli)

marcw/wurst-bundle
==================

Prints a nice wurst to your shell.

602.3k53[3 PRs](https://github.com/marcw/MarcWWurstBundle/pulls)PHP

Since Oct 24Pushed 5y ago2 watchersCompare

[ Source](https://github.com/marcw/MarcWWurstBundle)[ Packagist](https://packagist.org/packages/marcw/wurst-bundle)[ RSS](/packages/marcw-wurst-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wurst bundle.
=============

[](#wurst-bundle)

Prints a nice wurst to your shell. [![](https://camo.githubusercontent.com/7cc7d504f5cc230b2a922b061dc1608dd735181bc60ee8df189d8977dad9f2cb/687474703a2f2f656d6f732e706c75726b2e636f6d2f33393831353636333039333431393461633939323962353566356666393633385f7732385f6834382e676966)](https://camo.githubusercontent.com/7cc7d504f5cc230b2a922b061dc1608dd735181bc60ee8df189d8977dad9f2cb/687474703a2f2f656d6f732e706c75726b2e636f6d2f33393831353636333039333431393461633939323962353566356666393633385f7732385f6834382e676966)

[![SensioLabsInsight](https://camo.githubusercontent.com/c56fe4d6c6b481d39ef3269e48ae351a4399965bf053427e289b3fd97f0870bd/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34353466316537612d353764332d343234302d613163312d6133383735656338626338392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/454f1e7a-57d3-4240-a1c1-a3875ec8bc89)[![Total Downloads](https://camo.githubusercontent.com/c133ccd18b4d2a271c466429e89632f2e6a441a201c8c8888e01ca462e5e883d/68747470733a2f2f706f7365722e707567782e6f72672f6d617263772f77757273742d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/marcw/wurst-bundle)[![License](https://camo.githubusercontent.com/161bde453111f56738acec6805281d774f8ed357b172ef8af1c41113fc5d3567/68747470733a2f2f706f7365722e707567782e6f72672f6d617263772f77757273742d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/marcw/wurst-bundle)

Installation
------------

[](#installation)

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

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

### Step 1: Download MarcWWurstBundle

[](#step-1-download-marcwwurstbundle)

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

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

**Using Composer**

Add MarcWWurstBundle in your composer.json:

```
{
    "require": {
        "marcw/wurst-bundle": "dev-master"
    }
}
```

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

**Using submodules**

If you prefer instead to use git submodules, then run the following:

```
$ git submodule add git://github.com/marcw/MarcWWurstBundle.git vendor/bundles/MarcW/Bundle/WurstBundle
$ git submodule update --init
```

Note that using submodules requires manually registering the `MarcW` namespace to your autoloader:

```
