Laravel 5 – 10
PHP 7.1+
Repository is archived
No commit activity in last 2 years
No release in over 2 years
LDAP Authentication & Management for Laravel.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
~1.0
phpunit/phpunit
~7.0|~8.0|^9.5.10
~3.7|~4.0|^8.0

Runtime

~5.5|~6.0|~7.0|~8.0|~9.0|^10.0
 Project Readme

⚠️ Project No Longer Maintained ⚠️

Consider migrating to its direct replacement LdapRecord-Laravel.

Read Why


Adldap2 - Laravel

Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.

  • 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().