Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 839 Bytes

File metadata and controls

20 lines (13 loc) · 839 Bytes

DbpRelayBasePersonConnectorLdapBundle

GitHub | Packagist

Test

This Symfony bundle connects the DbpRelayBasePersonBundle to an LDAP server.

composer require dbp/relay-base-person-connector-ldap-bundle

See the documentation for more information.

Development & Testing

  • Install dependencies: composer install
  • Run tests: composer test
  • Run linters: composer run lint
  • Run cs-fixer: composer run cs-fix