joomla / ldap
Joomla LDAP Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 162 575
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 12
Forks: 7
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: 2024-11-05 19:09:55 UTC
README
Deprecated
The joomla/ldap
package is deprecated with no future updates planned.
Installation via Composer
Add "joomla/ldap": "~2.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/ldap": "~2.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/ldap "~2.0"