ajnok/yii2-ldaplist

GUI Manager for listing user from LDAP to DB

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

v0.0.1 2016-05-16 17:53 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:32 UTC


README

GUI Manager for listing user from LDAP to DB

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ajnok/yii2-ldaplist "*"

or add

"ajnok/yii2-ldaplist": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ajnok\ldaplist\AutoloadExample::widget(); ?>```