There are many applications that manage address books stored in databases. Most databases are accessible only on the sites on which the database servers are running.
LDAP is a networking protocol that allows remote access to databases stored on LDAP servers. This fact makes LDAP based databases more useful to implement applications for moving users.
This class implements an address book component that uses LDAP to store the user contact information.
It can be used to provide a PHP Web based interface to manage address books created by desktop applications or other types of applications that can manage user contacts.
This class can be used to manage an address book of contacts stored on an LDAP server.
It can connect to a given LDAP server and perform operations on an address book like: adding contacts, deleting contacts, searching contacts by name, surname, or by id.
Currently it can store the contact name, surname, company name, and multiple email addresses.