oneup / acl-bundle
The missing link between Symfony`s Acl implementation and your application.
Installs: 105 752
Dependents: 1
Suggesters: 0
Security: 0
Stars: 49
Watchers: 7
Forks: 16
Open Issues: 4
Type:symfony-bundle
Requires
- doctrine/common: ~2.2
- doctrine/dbal: ~2.2
- doctrine/doctrine-bundle: ~1.2
- symfony/expression-language: >=2.4
- symfony/framework-bundle: >=2.2
- symfony/security-acl: ^3.0
- symfony/security-bundle: >=2.2
Requires (Dev)
- doctrine/orm: ~2.4
- phpunit/phpunit: 3.7.*
- sensio/framework-extra-bundle: ~2.2|~3.0
- symfony/browser-kit: 2.*
- symfony/finder: >=2.0.16,<2.4-dev
Suggests
- doctrine/orm: Allows you to remove Acl entries automatically.
- sensio/framework-extra-bundle: Allows you to use controller annotations.
This package is auto-updated.
Last update: 2024-10-29 04:09:19 UTC
README
The OneupAclBundle provides easy to use Acl features for your Symfony application. It is built on top of the Security component and comes with handy features including:
- an Acl manager, your entry point.
- Doctrine listeners for automatically remove Acl entries once an entity is deleted.
- Check request parameters against your access control lists.
Documentation
The entry point of the documentation can be found in the file Resources/docs/index.md
Read the documentation for master
Read the documentation for v0.10.1
Read the documentation for v0.9.1
Upgrade Notes
- Symfony 3 compatibility 1.0.0 (Thanks to vrnagy)
- Added
oneup:acl:create
andoneup:acl:delete
commands v0.11.0 (Thanks to jdeniau) - Fixed bugs for doctrine/mongodb-odm v0.10.1
- Changed default value of
remove_orphans
to false v0.10.0 - Fixed a bug in the DoctrineSubscriber v0.9.1
- First feature complete version v0.9.0
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.