Download the PHP package ordermind/logical-authorization-bundle without Composer
On this page you can find all versions of the php package ordermind/logical-authorization-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ordermind/logical-authorization-bundle
More information about ordermind/logical-authorization-bundle
Files in ordermind/logical-authorization-bundle
Package logical-authorization-bundle
Short Description Bundle for Symfony 4 supporting flexible and convenient model, field and route level permissions.
License MIT
Informations about the package logical-authorization-bundle
Logical Authorization Bundle
This Symfony bundle provides a unifying solution for authorization that aims to be flexible, convenient and consistent. It combines the expressive power of https://github.com/ordermind/logical-permissions-php with the philosophy of Matthias Noback in his blog post https://matthiasnoback.nl/2014/05/inject-a-repository-instead-of-an-entity-manager to create a solid authorization experience for the developer.
- Declare your permissions in the mappings for your routes, entities and fields
- Combine multiple permissions with logic gates such as AND and OR
- Support for routes, Doctrine ORM and Doctrine MongoDB
- Review all of your permissions in a single overview tree
- Filter results from repositories automatically with repository decorators
- Intercept interactions with entities automatically with entity decorators
- Export your permissions for easy synchronization with client-side applications
- Debug each access check with detailed information
Installation
Requirements: Symfony 4.1 or higher.
Main bundle
Support for Doctrine ORM
Support for Doctrine MongoDB
Getting started
Find the documentation here: https://ordermindlogical-authorization-bundle.readthedocs.io
All versions of logical-authorization-bundle with dependencies
ordermind/logical-permissions Version ^2.0
symfony/cache Version ^4.1
symfony/config Version ^4.1
symfony/console Version ^4.1
symfony/dependency-injection Version ^4.1
symfony/event-dispatcher Version ^4.1
symfony/expression-language Version ^4.1
symfony/http-foundation Version ^4.1
symfony/routing Version ^4.1
symfony/security-bundle Version ^4.1
symfony/yaml Version ^4.1