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
2016-02-23 22:24:29 +01:00
..
Adapter feature #17817 [Ldap] Add write support for the Ldap component (csarrazi) 2016-02-18 08:20:51 +01:00
Exception Improved the Ldap Component 2016-02-11 18:54:23 +01:00
Tests Added environment-based Ldap server configuration for tests 2016-02-23 22:24:29 +01:00
.gitignore Introducing the LDAP component 2015-09-28 13:11:59 +02:00
BaseLdapInterface.php Added compatibility layer for previous version of the Security component 2016-02-11 18:57:24 +01:00
composer.json Improved the Ldap Component 2016-02-11 18:54:23 +01:00
Entry.php Fixed PHPDoc for the Ldap component's Entry class 2016-02-19 11:25:04 +01:00
Ldap.php Added support for adding / removing / updating Ldap entries 2016-02-17 20:52:41 +01:00
LdapClient.php Added compatibility layer for previous version of the Security component 2016-02-11 18:57:24 +01:00
LdapClientInterface.php Added compatibility layer for previous version of the Security component 2016-02-11 18:57:24 +01:00
LdapInterface.php Added support for adding / removing / updating Ldap entries 2016-02-17 20:52:41 +01:00
LICENSE Merge branch '2.7' into 2.8 2016-01-03 16:33:41 +01:00
phpunit.xml.dist Added environment-based Ldap server configuration for tests 2016-02-23 22:24:29 +01:00
README.md Improved the Ldap Component 2016-02-11 18:54:23 +01: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.

Documentation

The documentation for the component can be found [online] 0.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Ldap/
$ composer install
$ phpunit