PHPackages                             eo/widget-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eo/widget-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

eo/widget-bundle
================

Widgets for Symfony2

12.8kPHP

Since Feb 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/eymengunay/EoWidgetBundle)[ Packagist](https://packagist.org/packages/eo/widget-bundle)[ RSS](/packages/eo-widget-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

EoWidgetBundle
==============

[](#eowidgetbundle)

Widgets for Symfony2

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+

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

[](#installation)

### Step 1: Download EoWidgetBundle using composer

[](#step-1-download-eowidgetbundle-using-composer)

Add EoWidgetBundle in your composer.json:

```
{
    "require": {
        "eo/widget-bundle": "dev-master"
    }
}

```

This will also install the following dependencies:

```
"doctrine/common": ">=2.1.3"
"jms/serializer-bundle": ">=0.9.0"

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update eo/widget-bundle

```

Composer will install the bundle to your project's vendor/eo directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
