conkal / adldap2-laravel
LDAP Authentication & Management for Laravel.
Package info
github.com/cengizonkal/Adldap2-Laravel
Type:project
pkg:composer/conkal/adldap2-laravel
Requires
- php: >=7.0
- conkal/adldap2: 10.2.1
- illuminate/support: ~5.5|~6.0
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.7
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2026-05-19 08:27:27 UTC
README
Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.
Quickstart · Documentation · Adldap2 Documentation (Core)
-
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().