spomky-labs / access-control-bundle
Integration of the Access Control library into the Symfony full-stack framework.
Package info
github.com/Spomky-Labs/access-control-bundle
Type:symfony-bundle
pkg:composer/spomky-labs/access-control-bundle
Requires
- php: >=8.4
- composer-runtime-api: >=2.1
- spomky-labs/access-control-lib: 1.0.x-dev
- symfony/config: ^8.1
- symfony/dependency-injection: ^8.1
- symfony/http-kernel: ^8.1
Suggests
- symfony/expression-language: Required to use the expression voter and expression-based policies
- symfony/security-bundle: Required to reroute the authorization features of SecurityBundle to this bundle
- symfony/security-core: Required to declare workflow guards, FrameworkExtension refusing them without it even though this bundle replaces the guard listener
- symfony/twig-bundle: Required to use the is_granted() and access_decision() template functions
- symfony/web-profiler-bundle: Required to inspect the decisions in the profiler
- symfony/workflow: Required to guard workflow transitions
This package is auto-updated.
Last update: 2026-08-25 16:04:32 UTC
README
Access Control Bundle integrates the Access Control library into the Symfony full-stack framework. Registering it is the opt-in: from there on the component decides, and what asks Security follows, without a line changing in security.yaml.
Installation
Install the bundle with Composer: composer require spomky-labs/access-control-bundle.
Contribution
This repository is a sub repository of the Access Control Framework project and is READ ONLY.
Please do not submit any Pull Request here. You should go to the main repository instead.
Documentation
The official documentation is available at https://acf.spomky-labs.com/
Support
I bring solutions to your problems and answer your questions.
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of 🍻 or more!
Licence
This project is release under MIT licence.