dbp/relay-authorization-bundle

A template bundle for the Relay API gateway

v0.3.11 2024-10-17 08:07 UTC

README

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.

Bundle Installation

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

Development & Testing

  • Install dependencies: composer install
  • Run tests: composer test
  • Run linters: composer lint