/ldap

[DEPRECATED] Joomla Framework LDAP Package

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

The Ldap Package Build Status

Deprecated

The joomla/ldap package is deprecated with no future updates planned.

Installation via Composer

Add "joomla/ldap": "~1.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/ldap": "~1.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/ldap "~1.0"