Package Data | |
---|---|
Maintainer Username: | stevebauman |
Package Create Date: | 2019-04-18 |
Package Last Update: | 2024-10-18 |
Home Page: | https://ldaprecord.com/docs/laravel/v3 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-24 15:07:20 |
Package Statistics | |
---|---|
Total Downloads: | 1,015,125 |
Monthly Downloads: | 43,440 |
Daily Downloads: | 297 |
Total Stars: | 512 |
Total Watchers: | 12 |
Total Forks: | 54 |
Total Open Issues: | 4 |
🔑 Authenticate LDAP users into your application
Allow LDAP users to log into your application and control which users can login via Scopes and Rules.
🔄 Import & Synchronize LDAP users
Import users from your directory via a command: php artisan ldap:import
.
💼 Multi-Domain Support
Authenticate users from as many LDAP domains as you'd like. Support comes out of the box.
🎩 Eloquent Query Builder
Search for LDAP objects with a fluent and easy to use interface you're used to. You'll feel right at home.
✏️ Active Record LDAP Models
LDAP objects are individual models. Persist them to your LDAP server with a single save()
.
💫 LDAP Directory Emulator
Test authenticating and querying users without changing your application code.
Create, update, and delete LDAP objects without touching a real LDAP server.
Yeah, we like it too.