IML Ldap Class (PHP)
  • Installation
  • Usage
  • Methods
  • Configuration
  • Examples

Repo
IML Opensource


Installation

August 22, 2023 at 7:52 AM Edit on Gitlab

Table of Contents

  • Installation
    • Clone the repo somewhere
    • Copy the class file

#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
  • Previous
  • Next