PHPackages                             ifgm/acl-interface-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. ifgm/acl-interface-bundle

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

ifgm/acl-interface-bundle
=========================

The working ACL for Symfony2, and ACL manager as form generator

091PHP

Since Mar 20Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Ifgm/ACLInterfaceBundle)[ Packagist](https://packagist.org/packages/ifgm/acl-interface-bundle)[ RSS](/packages/ifgm-acl-interface-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

IfgmACLInterfaceBundle
======================

[](#ifgmaclinterfacebundle)

The `IfgmACLInterfaceBundle` is an highly customizable bundle that provides an ACL Manager and an interface which allows you to manage ACLs for an array of users, on any entity. This is an handy way to allow your users to manage access to their stuff in few steps.

You'll be able to manage ACLs from a simple form, and check access with the standard instruction `$this->get('security.context')->isGranted('EDIT', $object)`

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

[](#installation)

### 1. Grab the bundle

[](#1-grab-the-bundle)

Add on composer.json (see )

```
"require" :  {
    // ...
    "ifgm/acli-interface-bundle":"dev-master",
}

```

### 2. Register the bundle

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

To start using the bundle, register it in your Kernel:

```
