This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Ldap
2016-03-07 11:26:54 +01:00
..
Exception Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00
Tests [Ldap] Escape carriage returns in LDAP DNs. 2015-12-18 17:28:57 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
composer.json add composer exclude-from-classmap for new 2.8 components 2015-11-24 23:11:35 +01:00
LdapClient.php [Ldap] Remove unused private property 2016-01-27 23:49:30 +01:00
LdapClientInterface.php Marked the Ldap component as internal and removed Ldap constants polyfill 2015-11-28 23:36:49 +01:00
LICENSE Merge branch '2.7' into 2.8 2016-01-03 16:33:41 +01:00
phpunit.xml.dist [PhpUnit] Auto-register SymfonyTestsListener 2015-10-11 10:29:26 +02:00
README.md [2.8] update readme files for new components 2016-03-07 11:26:54 +01:00

Ldap Component

A Ldap client for PHP on top of PHP's ldap extension.

Disclaimer

This component is currently marked as internal, as it still needs some work. Breaking changes will be introduced in the next minor version of Symfony.

Documentation

The documentation for the component can be found [online] [0].

Resources