ajnok / yii2-ldaplist
GUI Manager for listing user from LDAP to DB
v0.0.1
2016-05-16 17:53 UTC
Requires
- adldap2/adldap2: 6.0.*
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:22:10 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(); ?>```