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
Fabien Potencier a8f9727e72 Merge branch '4.4'
* 4.4:
  fixed CS
  [Validator] Add a new constraint message when there is both min and max
  fixed CS
  [Bundles] Rename getPublicPath() as getPublicDir()
  Remove experimental notice from components
  [LDAP] add new option implemented in php 7.1
  Replace missing message parameter
2019-07-12 09:03:26 +03:00
..
Adapter Merge branch '4.4' 2019-07-12 09:03:26 +03:00
Exception feature #31547 [Ldap] Add exception for mapping ldap errors (Simperfit) 2019-06-22 10:08:21 +02:00
Tests [Ldap] [5.0] add type-hint to interface and implementation 2019-06-29 08:58:43 +02:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix typo 2019-06-26 11:36:48 +02:00
composer.json Add back all conflict rules 2019-05-29 10:53:30 +02:00
Entry.php [Ldap] [5.0] add type-hint to interface and implementation 2019-06-29 08:58:43 +02:00
Ldap.php [Ldap] [5.0] add type-hint to interface and implementation 2019-06-29 08:58:43 +02:00
LdapInterface.php [Ldap] [5.0] add type-hint to interface and implementation 2019-06-29 08:58:43 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Reference the actual location of the documentation 2016-07-26 17:33:44 +02:00

Ldap Component

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