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 51a359c079 Merge branch '4.2' into short-array-master
* 4.2:
  fixed CS
  fixed CS
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 22:53:39 +01:00
..
Adapter fixed CS 2019-01-16 21:35:37 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Tests Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md [LDAP] Add TIMEOUT Option to LDAP Connection Options 2018-12-01 10:06:45 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
Entry.php fixed CS 2019-01-16 19:35:49 +01:00
Ldap.php fixed CS 2019-01-16 19:35:49 +01:00
LdapInterface.php switched array() to [] 2019-01-16 10:39:14 +01: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