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
2019-09-24 07:29:29 +02:00
..
Adapter Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Exception minor: fix phpdocs in the ldap component 2019-05-22 18:32:44 +02:00
Tests Various tweaks 3.4 2019-09-24 07:29:29 +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 Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Ldap.php switched array() to [] 2019-01-16 10:39:14 +01:00
LdapClient.php switched array() to [] 2019-01-16 10:39:14 +01:00
LdapClientInterface.php fixed CS 2017-09-11 14:10:59 -07:00
LdapInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +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 Fixed markdown file 2019-08-13 19:39:09 +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