hatemben / mongodb-acl-bundle
MongoDB ACL Bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 32
Type:symfony-bundle
Requires
- php: 7.*
- ext-mongodb: ^1.5
- alcaeus/mongo-php-adapter: ^1.1
- doctrine/mongodb-odm: 2.0.*
- doctrine/mongodb-odm-bundle: 4.1.*
- mongodb/mongodb: ^1.4
- symfony/acl-bundle: ^2.0
- symfony/security: 4.*
This package is auto-updated.
Last update: 2025-03-11 16:24:00 UTC
README
This bundle allows the use of MongoDB as the storage layer for the Symfony ACLs component.
This is the working version with an ODM. Notice that it works only with Sonata Admin ACL editor for users/roles, but not with Groups ! Tests need to be updated, and code to be reviewed. This version have been updated to use user's id in UserSecurityIdentity instead of username.
Documentation
The documentation for configuring this bundle can be found here.