Download the PHP package nonzod/yii2-zend-ldap without Composer
On this page you can find all versions of the php package nonzod/yii2-zend-ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nonzod/yii2-zend-ldap
More information about nonzod/yii2-zend-ldap
Files in nonzod/yii2-zend-ldap
Download nonzod/yii2-zend-ldap
More information about nonzod/yii2-zend-ldap
Files in nonzod/yii2-zend-ldap
Vendor nonzod
Package yii2-zend-ldap
Short Description yii2 ldap extention (wrapper for zendframework/zend-ldap Module)
License LGPL-2.1
Homepage http://www.digisin.it
Package yii2-zend-ldap
Short Description yii2 ldap extention (wrapper for zendframework/zend-ldap Module)
License LGPL-2.1
Homepage http://www.digisin.it
Please rate this library. Is it a good library?
Informations about the package yii2-zend-ldap
Yii2 Zend Ldap wrapper
Requirements
- Yii2
- LDAP support in PHP
Usage
The preferred way to install this extension is through Composer.
Either run
php composer.phar require nonzod/yii2-zend-ldap "0.0.7"
or add
"nonzod/yii2-zend-ldap": ">=0.0.7"
to the require section of your composer.json
Configuration
<?php
...
'components' => [
'ldap' => [
'class' => 'nonzod\Ldap',
'config' => [
'host' => 'localhost',
'port' => 389,
'username' => 'CN=admin,DC=example,DC=com',
'password' => 'SuperSecretPassword',
'bindRequiresDn' => true,
'baseDn' => 'OU=People,DC=example,DC=com',
'accountDomainName' => 'example.com'
]
],
...
Resources
THANKS TO: "Matthias Maderer" this module is inspired by his project "edvlerblog/yii2-adldap-module"
All versions of yii2-zend-ldap with dependencies
PHP Build Version
Package Version
The package nonzod/yii2-zend-ldap contains the following files
Loading the files please wait ....