Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle


https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DbpRelayBasePersonConnectorLdapBundle

[GitHub](https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle) | [Packagist](https://packagist.org/packages/dbp/relay-base-person-connector-ldap-bundle)

[![Test](https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle/actions/workflows/test.yml)

This Symfony bundle connects the DbpRelayBasePersonBundle to an LDAP server.

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

See the [documentation](./docs/README.md) 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`