Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/ldap
Provides a LDAP client for PHP on top of PHP's ldap extension
https://github.com/symfony/ldap
active-directory component ldap php symfony symfony-component
Last synced: 4 days ago
JSON representation
Provides a LDAP client for PHP on top of PHP's ldap extension
- Host: GitHub
- URL: https://github.com/symfony/ldap
- Owner: symfony
- License: mit
- Created: 2015-09-30T15:01:26.000Z (about 9 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-10-27T16:09:16.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:15:03.095Z (about 2 months ago)
- Topics: active-directory, component, ldap, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/ldap
- Size: 667 KB
- Stars: 132
- Watchers: 8
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: Security/CheckLdapCredentialsListener.php
Awesome Lists containing this project
README
Ldap Component
==============The LDAP component provides a LDAP client for PHP on top of PHP's ldap
extension.Disclaimer
----------This component is only stable since Symfony 3.1. Earlier versions
have been marked as internal as they still needed some work.
Breaking changes were introduced in Symfony 3.1, so code relying on
previous version of the component will break with this version.Resources
---------* [Documentation](https://symfony.com/doc/current/components/ldap)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)