Download the PHP package gos/acl-manager-bundle without Composer
On this page you can find all versions of the php package gos/acl-manager-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gos/acl-manager-bundle
More information about gos/acl-manager-bundle
Files in gos/acl-manager-bundle
Download gos/acl-manager-bundle
More information about gos/acl-manager-bundle
Files in gos/acl-manager-bundle
Vendor gos
Package acl-manager-bundle
Short Description ACL Manager for Symfony2
License MIT
Homepage https://github.com/nuxia/AclManagerBundle
Package acl-manager-bundle
Short Description ACL Manager for Symfony2
License MIT
Homepage https://github.com/nuxia/AclManagerBundle
Keywords acl
Please rate this library. Is it a good library?
Informations about the package acl-manager-bundle
Installation
Add this bundle to your composer.json
file:
Register the bundle in app/AppKernel.php
:
If you haven't configured the ACL enable it in app/config/security.yml
:
Finally run the ACL init command
php app/console init:acl
Usage
If no $userEntity
is provided, the current session user will be used instead.
If you'll be doing work on a lot of entities, use AclManager#preloadAcls():
ACL ORM Filter
If you are using Doctrine ORM, you can use our filter to directly retrieve granted rows.
All versions of acl-manager-bundle with dependencies
PHP Build Version
Package Version
The package gos/acl-manager-bundle contains the following files
Loading the files please wait ....