Download the PHP package rubyan/ldap without Composer
On this page you can find all versions of the php package rubyan/ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rubyan
Package ldap
Short Description LDAP plugin for CakePHP 3.x
License MIT
Homepage http://github.com/Rubyan/LDAP
Package ldap
Short Description LDAP plugin for CakePHP 3.x
License MIT
Homepage http://github.com/Rubyan/LDAP
Please rate this library. Is it a good library?
Informations about the package ldap
LDAP Authenticate plugin
LDAP Authenticate Plugin for CakePHP 3.x and AuthComponent.
based on the excellent work of queencitycodefactory/ldap
Requirements
- CakePHP 3.0
- php5-ldap module
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
You can also add "rubyan/ldap" : "dev-master"
to require
section in your application's composer.json
.
Enable ldap in php.ini:
Usage
In your app's config/bootstrap.php
add: Plugin::load('Rubyan/LDAP');
Configuration:
Setup the authentication class settings
AppController Setup:
Setting the Base LDAP settings
config/app.php:
All versions of ldap with dependencies
PHP Build Version
Package Version
The package rubyan/ldap contains the following files
Loading the files please wait ....