dbp / relay-core-connector-ldap-bundle
A template bundle for the Relay API gateway
Installs: 8 655
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=8.2
- ext-json: *
- api-platform/core: ^3.4
- dbp/relay-core-bundle: ^0.1.198
- directorytree/ldaprecord: ^3.7.6
- psr/cache: ^2.0 || ^3.0
- psr/log: ^2.0 || ^3.0
- symfony/cache: ^6.4
- symfony/config: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/event-dispatcher: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
Requires (Dev)
- 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: ^10.1
- symfony/browser-kit: ^6.4
- symfony/http-client: ^6.4
- symfony/monolog-bundle: ^3.10
- symfony/phpunit-bridge: ^7.0.4
Conflicts
- illuminate/collections: <10.48
- nesbot/carbon: <3.8
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.