dbp / relay-core-connector-ldap-bundle
A template bundle for the Relay API gateway
Package info
github.com/digital-blueprint/relay-core-connector-ldap-bundle
Type:symfony-bundle
pkg:composer/dbp/relay-core-connector-ldap-bundle
v0.2.22
2026-03-03 10:39 UTC
Requires
- php: >=8.2
- ext-json: *
- dbp/relay-core-bundle: ^0.1.231
- directorytree/ldaprecord: ^4.0.2
- psr/cache: ^2.0 || ^3.0
- psr/log: ^2.0 || ^3.0
- symfony/cache: ^6.4 || ^7.4
- symfony/config: ^6.4 || ^7.4
- symfony/dependency-injection: ^6.4 || ^7.4
- symfony/event-dispatcher: ^6.4 || ^7.4
- symfony/framework-bundle: ^6.4 || ^7.4
- symfony/http-foundation: ^6.4 || ^7.4
- symfony/http-kernel: ^6.4 || ^7.4
Requires (Dev)
- captainhook/captainhook: ^5.25
- friendsofphp/php-cs-fixer: ^3.50
- phpstan/phpstan: ^2.0.0
- phpstan/phpstan-phpunit: ^2.0.0
- phpstan/phpstan-symfony: ^2.0.0
- phpunit/phpunit: ^11.5
- symfony/browser-kit: ^6.4 || ^7.4
- symfony/http-client: ^6.4 || ^7.4
- symfony/monolog-bundle: ^4.0
- symfony/phpunit-bridge: ^7.0.4
- symfony/runtime: ^7.4
Conflicts
- illuminate/collections: <10.48
- nesbot/carbon: <3.8
This package is auto-updated.
Last update: 2026-03-03 10:40:19 UTC
README
The core_connector_ldap bundle provides an implementation of the AuthorizationDataProviderInterface which retrieves user authorization data from an LDAP server.
Bundle installation
You can install the bundle directly from packagist.org.
composer require dbp/relay-core-connector-ldap-bundle
For more details see the Documentation.