GitHub | Packagist | Frontend Application | Authorization Website
The DbpRelayAuthorizationBundle is a pluggable PHP 8.1+/Symfony authorization module which allows you to create and manage user groups as well as user/group access rights (grants) to arbitrary resources, where group and grant data is stored in a database.
It integrates seamlessly with the Relay API Server.
Please see the documentation for more information.
You can install the bundle directly from packagist.org.
composer require dbp/relay-authorization-bundle
To update the bundle and its dependencies:
composer update dbp/relay-authorization-bundle
- Install dependencies:
composer install
- Run tests:
composer test
- Run linters:
composer lint