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/README.md

28 lines
564 B
Markdown
Raw Normal View History

2015-09-25 10:29:08 +01:00
Ldap Component
==============
2015-09-25 10:29:08 +01:00
A Ldap client for PHP on top of PHP's ldap extension.
Disclaimer
----------
This component is currently marked as internal, as it
still needs some work. Breaking changes will be introduced
in the next minor version of Symfony.
2015-09-25 10:29:08 +01:00
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
[0]: https://symfony.com/doc/2.8/components/ldap.html