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
Nicolas Grekas f5939a8336 Merge branch '2.8' into 3.4
* 2.8:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:45:46 +02:00
..
Adapter Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Exception [Ldap] Always have a valid connection when using the EntryManager 2017-01-12 07:53:08 -08:00
Tests Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
CHANGELOG.md Fix deprecated message 2017-07-06 09:08:20 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Entry.php [LDAP] Check whether an entry attribute exists 2016-04-09 18:27:28 +02:00
Ldap.php Added support for adding / removing / updating Ldap entries 2016-02-17 20:52:41 +01:00
LdapClient.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
LdapClientInterface.php fixed CS 2017-09-11 14:10:59 -07:00
LdapInterface.php fixed CS 2017-09-11 14:23:01 -07:00
LICENSE Merge branch '2.7' into 2.8 2018-01-03 08:36:31 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07: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