PHPackages                             lawiet/yii2-ldap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lawiet/yii2-ldap

ActiveYii2-extension

lawiet/yii2-ldap
================

LDAP extension for Yii2

0.2(8y ago)020MITPHPPHP &gt;=5.3.0

Since Sep 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Lawiet/yii2-ldap)[ Packagist](https://packagist.org/packages/lawiet/yii2-ldap)[ RSS](/packages/lawiet-yii2-ldap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yii2 LDAP
=========

[](#yii2-ldap)

Component to use LDAP with Yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require lawiet/yii2-ldap "dev-master"

```

or add

```
"minimum-stability": "dev",
"prefer-stable": true,
require: {
...
    "lawiet/yii2-ldap": "@dev"
...
}

```

to the require section of your `composer.json` file.

Ldap configuration
------------------

[](#ldap-configuration)

```

```

Search the LDAP
---------------

[](#search-the-ldap)

The most basic search as well as the most complex ones are all handled through a unique API. This is the end of the ldap\_read or ldap\_list or ldap\_search dilemma:

```
