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-10-12 01:35:04 +01:00
..
Adapter Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
Exception Typo - Fix bad classnames in Exceptions docblocks 2019-08-19 15:54:22 +02:00
Security Fixing 'TypeError' in LdapUser::getSalt() 2019-10-02 20:38:58 +01:00
Tests Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
CHANGELOG.md Fix typo 2019-06-26 11:36:48 +02:00
composer.json [Ldap] Add security LdapUser and provider 2019-08-01 17:21:33 +02:00
Entry.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Ldap.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02: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