| Package Data | |
|---|---|
| Maintainer Username: | Ymo |
| Maintainer Contact: | yuri.moens@gmail.com (Yuri Moens) |
| Package Create Date: | 2013-11-22 |
| Package Last Update: | 2015-05-11 |
| Language: | PHP |
| License: | WTFPL |
| Last Refreshed: | 2025-10-31 03:00:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 316 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 6 |
| Total Watchers: | 1 |
| Total Forks: | 3 |
| Total Open Issues: | 0 |
An OpenLDAP authentication driver for Laravel 4.
Add the following to your composer.json file.
require {
"ymo/l4-openldap": "dev-master"
}
Run composer update.
Open app/config/app.php and add:
Ymo\L4OpenLdap\L4OpenLdapServiceProvider
Open app/config/auth.php and change the authentication driver to ldap.
Run php artisan config:publish ymo/l4-openldap and adjust the config file for your LDAP settings.
It can be found in app/config/packages/ymo/l4-openldap.