Download the PHP package clixer-tech/adldap2-laravel without Composer
On this page you can find all versions of the php package clixer-tech/adldap2-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download clixer-tech/adldap2-laravel
More information about clixer-tech/adldap2-laravel
Files in clixer-tech/adldap2-laravel
Package adldap2-laravel
Short Description LDAP Authentication & Management for Laravel.
License MIT
Informations about the package adldap2-laravel
:wave: Hey there! Looking for something even easier to use for LDAP integration in your Laravel applications?
๐ Introducing LdapRecord ๐
LdapRecord is the successor to Adldap2 - and comes with a ton of new features. Adldap2-Laravel will be supported with minor bug fixes, but will not receive any new updates or features.
Adldap2 - Laravel
Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.
Quickstart ยท Documentation
-
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()
.
All versions of adldap2-laravel with dependencies
adldap2/adldap2 Version ^10.1
illuminate/support Version ~5.5|~6.0|~7.0|~8.0|~9.0|^10.0