Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
[dev] Minor readme tweaks in About
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed May 4, 2015
1 parent a39074b commit 8540898
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
## About

This small library provides access to ldap functions in a nice, object-oriented implementation. Additionally, you can use some mocking library to actually test your ldap interactions.
This small library provides access to ldap functions in a nice, object-oriented implementation.

Its purpose is not to provide *fancy extra* functionality for ldap interaction, but only to provide an object-level encapsulation around native PHP functions in a way that makes sense for OOP world. As such, this library is intended either for those who prefer OOP programming style, for those who want to be able to **test** their ldap interaction or for those who would like to write their own libraries which provide that *fancy extra* functionality.

## Installation

Expand Down

0 comments on commit 8540898

Please sign in to comment.