Download the PHP package coderscoop/laravel-ldap without Composer
On this page you can find all versions of the php package coderscoop/laravel-ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coderscoop/laravel-ldap
More information about coderscoop/laravel-ldap
Files in coderscoop/laravel-ldap
Download coderscoop/laravel-ldap
More information about coderscoop/laravel-ldap
Files in coderscoop/laravel-ldap
Please rate this library. Is it a good library?
Informations about the package laravel-ldap
laravel-ldap
Easy to use ldap api for laravel
Install
-
You can install directly using composer
composer require coderscoop/laravel-ldap
-
Or include the package to your composer.json
-
Or download it directly from the github repository
- And run
composer install
orcomposer update
Requirements
php ldap module
is require to use this package
Usage
-
Add
Coderscoop\LaravelLdap\LdapServiceProvider::class
, to the providers array in config\app.php. -
Add
'Ldap' => Coderscoop\LaravelLdap\Facade\LdapFacade::class
, to the aliases array in config\app.php. -
Include
use Ldap;
to any class you want - And then you can do
Ldap::newInstance();
Todo
- Step by step basic configuration/usage
All versions of laravel-ldap with dependencies
PHP Build Version
Package Version
No informations.
The package coderscoop/laravel-ldap contains the following files
Loading the files please wait ....