Table of Contents
Installation
Clone the repo somewhere
mkdir vendor
cd vendor
git clone https://git-repo.iml.unibe.ch/iml-open-source/ldap-php-class.git
cd ldap-php-class
Copy the class file
The class file is in the src subdir. Copy it into your project … into your classes folder
cp src/ldap.class.php /var/www/myproject/classes