PHPackages                             xiidea/easy-menu-acl-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. xiidea/easy-menu-acl-bundle

ActiveSymfony2-bundle[Authentication &amp; Authorization](/categories/authentication)

xiidea/easy-menu-acl-bundle
===========================

Role Based Access filter for Symfony2 KnpMenuBundle

1.0.0(11y ago)21051MITPHPPHP &gt;=5.3.0

Since Mar 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/xiidea/EasyMenuAcl)[ Packagist](https://packagist.org/packages/xiidea/easy-menu-acl-bundle)[ RSS](/packages/xiidea-easy-menu-acl-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Easy Menu Acl Bundle
====================

[](#easy-menu-acl-bundle)

A Symfony2 Bundle To Power up KnpMenuBundle. This bundle can be user to register menu with simple configuration. or can be used with zero configuration to filter menus as per security access level.

**Note:** If you are using **Symfony** version **older then 2.6** you need to use [EasyMenuAclBundle 1.x](https://github.com/xiidea/EasyMenuAclBundle/tree/1.x)

Install
-------

[](#install)

1. Add EasyMenuAclBundle in your composer.json
2. Enable the Bundle
3. Configure config.yml(Optional)

### 1. Add EasyMenuAclBundle in your composer.json

[](#1-add-easymenuaclbundle-in-your-composerjson)

Add EasyMenuAclBundle in your composer.json:

```
{
    "require": {
        "xiidea/easy-menu-acl-bundle": "2.0.*@dev"
    }
}
```

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

```
$ php composer.phar update xiidea/easy-menu-acl-bundle
```

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

### 2. Enable the Bundle

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

```
