directorytree / ldaprecord-laravel
LDAP Authentication & Management for Laravel.
Fund package maintenance!
stevebauman
Installs: 990 759
Dependents: 14
Suggesters: 0
Security: 0
Stars: 507
Watchers: 12
Forks: 54
Open Issues: 3
Type:project
Requires
- php: >=8.1
- ext-json: *
- ext-ldap: *
- directorytree/ldaprecord: ^v3.3
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- ramsey/uuid: *
Requires (Dev)
- laravel/pint: ^1.9
- laravel/sanctum: *
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^8.0|^9.0|^10.0|^11.0
- spatie/ray: ^1.28
- dev-master
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.6
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.x-dev
- v2.0.1
- v2.0.0
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.x-dev
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-BUG-663
- dev-BUG-722
- dev-BUG-645
- dev-bug-633
- dev-FEATURE-621
- dev-BUG-602
- dev-BUG-590
- dev-emulate-virtual-attributes
- dev-feature-550
- dev-bug-538
- dev-feature-db-transaction-import
This package is auto-updated.
Last update: 2024-10-18 17:00:42 UTC
README
Integrate LDAP into your Laravel application.
Documentation · Directory Browser · Post a Question
⭐️ Developer Experience First
LdapRecord focuses on clean, easy to understand syntax along with thorough documentation.
🔑 Authenticate LDAP Users
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 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.
LdapRecord-Laravel is Supportware™
If you require support using LdapRecord-Laravel, a sponsorship is required 🙏
Thank you for your understanding ❤️
Security Vulnerabilities
If you discover a security vulnerability within LdapRecord-Laravel, please send an e-mail to Steve Bauman via steven_bauman@outlook.com.
All security vulnerabilities will be promptly addressed.