Commit 9ae0d30d authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:books: fix(doc) Add installation and requirements sections

issue #54
Showing with 11 additions and 0 deletions
+11 -0
......@@ -4,6 +4,16 @@
This library aim to contain an easy to use object oriented interface to bind to an LDAP server and send requests to it.
It also contains a few helpers related to LDAP protocol.
Requirements
------------
This library needs PHP 7.3 or newer.
Installation
------------
You must put the src/FusionDirectory folder in the include_path of your PHP configuration.
Example
-------
......@@ -46,6 +56,7 @@ Example
'ou' => 'entry'
]
);
/* Throw Ldap\Exception if the add operation returned an error */
$add->assert();
Other useful helpers
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment