Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/digital-blueprint/relay-base-person-connector-ldap-bundle
- Owner: digital-blueprint
- License: agpl-3.0
- Created: 2023-04-13T13:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T19:17:30.000Z (2 months ago)
- Last Synced: 2024-10-20T14:43:32.446Z (2 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/dbp/relay-base-person-connector-ldap-bundle
- Size: 913 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`