https://github.com/codekandis/ldap
`codekandis/ldap` is a library providing LDAP wrapper interfaces and classes.
https://github.com/codekandis/ldap
Last synced: 8 months ago
JSON representation
`codekandis/ldap` is a library providing LDAP wrapper interfaces and classes.
- Host: GitHub
- URL: https://github.com/codekandis/ldap
- Owner: codekandis
- License: mit
- Created: 2022-05-18T14:42:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T13:38:26.000Z (about 4 years ago)
- Last Synced: 2024-12-29T06:44:36.216Z (over 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/ldap
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/ldap` is a library providing LDAP wrapper interfaces and classes.
## Index
* [Installation](#installation)
## Installation
Install the latest version with
```bash
$ composer require codekandis/ldap
```
[xtlink-version-badge]: https://img.shields.io/badge/version-0.1.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net
[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE