PHPackages                             mop/hugbearbundle - 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. [Admin Panels](/categories/admin)
4. /
5. mop/hugbearbundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

mop/hugbearbundle
=================

Free Hugs

2.0.x-dev(13y ago)4951MITPHP

Since Sep 27Pushed 12y ago2 watchersCompare

[ Source](https://github.com/m0ppers/MopHugbearBundle)[ Packagist](https://packagist.org/packages/mop/hugbearbundle)[ RSS](/packages/mop-hugbearbundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

MopHugbearBundle
================

[](#mophugbearbundle)

This is a little gimmick i wrote. It adds hugbears to your Symfony2 project!

To get an idea of what it is doing:

[![My image](https://camo.githubusercontent.com/f0be74e7f8e1a6f3dc3d00e453f2ca4fd2069595d3c7dcf5547a43ea73020eec/687474703a2f2f6d3070706572732e6769746875622e636f6d2f4d6f704875676265617242756e646c652f68756762656172732e706e67)](https://camo.githubusercontent.com/f0be74e7f8e1a6f3dc3d00e453f2ca4fd2069595d3c7dcf5547a43ea73020eec/687474703a2f2f6d3070706572732e6769746875622e636f6d2f4d6f704875676265617242756e646c652f68756762656172732e706e67)

[![Build Status](https://camo.githubusercontent.com/7526a30c90c4a72ae5922576670793aa6748139401bd9fc3748f2516fbe50f84/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d3070706572732f4d6f704875676265617242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/m0ppers/MopHugbearBundle)

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

[](#installation)

### 1. Install using composer

[](#1-install-using-composer)

composer.json:

```
{
    "require": {
        "mop/hugbearbundle": "*"
    }
}
```

```
$ php composer.phar update mop/hugbearbundle
```

### 2. Enable the bundle

[](#2-enable-the-bundle)

Preferably you add the bundle to your development environment. Otherwise the listener will add the bears even in the production environment (they won't activate though).

```
