dbp/relay-authorization-bundle

A template bundle for the Relay API gateway

Installs: 10 202

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:symfony-bundle

pkg:composer/dbp/relay-authorization-bundle

v0.5.4 2025-10-01 08:01 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