joomla / ldap
Joomla LDAP Package
Installs: 69 302
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 8
Open Issues: 1
Type:joomla-package
Requires
- php: ~7.0
- ext-ldap: *
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- joomla/registry: ^1.4.5|~2.0
- phpunit/phpunit: ~6.3
This package is auto-updated.
Last update: 2020-12-27 16:49:09 UTC
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"