An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# The Ldap Package [![Build Status](https://travis-ci.org/joomla-framework/ldap.png?branch=master)](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"
```