Adldap2 / Adldap2-Laravel by stevebauman

LDAP Authentication & Management for Laravel.
1,527,645
909
37
Package Data
Maintainer Username: stevebauman
Package Create Date: 2015-07-22
Package Last Update: 2023-05-03
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2023-05-30 15:17:36
Package Statistics
Total Downloads: 1,527,645
Monthly Downloads: 25,529
Daily Downloads: 672
Total Stars: 909
Total Watchers: 37
Total Forks: 176
Total Open Issues: 107
  • Authenticate LDAP users into your application. Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via Scopes and Rules.

  • Easily Import & Synchronize LDAP users. Users can be imported into your database upon first login, or you can import your entire directory via a simple command: php artisan adldap:import.

  • Eloquent like Query Builder. Search for LDAP records with a fluent and easy to use interface you're used to. You'll feel right at home.

  • Active Record LDAP Models. LDAP records are returned as individual models. Easily create and update models then persist them to your LDAP server with a simple save().