https://github.com/joomla-framework/ldap
[DEPRECATED] Joomla Framework LDAP Package
https://github.com/joomla-framework/ldap
joomla joomla-framework ldap php
Last synced: 10 months ago
JSON representation
[DEPRECATED] Joomla Framework LDAP Package
- Host: GitHub
- URL: https://github.com/joomla-framework/ldap
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2014-02-08T20:11:04.000Z (over 12 years ago)
- Default Branch: 2.0-dev
- Last Pushed: 2021-09-18T10:59:54.000Z (over 4 years ago)
- Last Synced: 2025-03-20T07:44:23.237Z (about 1 year ago)
- Topics: joomla, joomla-framework, ldap, php
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 11
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# The Ldap Package [](https://travis-ci.org/joomla-framework/ldap)
## 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`.
```json
{
"require": {
"joomla/ldap": "~2.0"
}
}
```
Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/ldap "~2.0"
```