joomla/ldap
Joomla LDAP Package
Installs: 40 208
Dependents: 1
Suggesters: 0
Stars: 0
Watchers: 7
Forks: 6
Open Issues: 0
Type:joomla-package
Requires
- php: ^5.3.10|~7.0
- ext-ldap: *
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- joomla/registry: ^1.4.5|~2.0
- phpunit/phpunit: ^4.8.35|^5.4.3|~6.0
- symfony/polyfill-php56: ~1.0
Suggests
- symfony/polyfill-php56: If using PHP 5.5 or earlier to use ldap_escape() function
README
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"