Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Laravel
  3. Adldap2 Laravel

Adldap2 Laravel

MITPHPv6.1.7

LDAP authentication and management package for Laravel applications, enabling seamless integration with directory services.

GitHubGitHub
914 stars192 forks0 contributors

What is Adldap2 Laravel?

Adldap2-Laravel is a Laravel package that facilitates LDAP authentication and management for web applications. It provides tools to authenticate users against LDAP servers, import and synchronize user data, and interact with LDAP directories using an Eloquent-like query builder and Active Record models. The package solves the problem of integrating enterprise directory services into Laravel applications with minimal configuration.

Target Audience

Laravel developers building applications that require integration with LDAP or Active Directory for user authentication and management, particularly in enterprise or organizational environments.

Value Proposition

Developers choose Adldap2-Laravel for its seamless integration with Laravel's ecosystem, offering familiar patterns like Eloquent queries and Active Record models for LDAP operations, reducing the learning curve and development time compared to raw LDAP implementations.

Overview

LDAP Authentication & Management for Laravel

Use Cases

Best For

  • Adding LDAP or Active Directory authentication to Laravel applications
  • Synchronizing user data from LDAP directories to a local database
  • Building admin panels that manage LDAP user accounts
  • Implementing single sign-on (SSO) with directory services in Laravel
  • Querying and manipulating LDAP records using Laravel-like syntax
  • Automating user import processes from enterprise directories

Not Ideal For

  • New Laravel projects requiring long-term maintenance and updates
  • Applications that need compatibility with the latest Laravel or PHP versions
  • Teams seeking active community support and frequent feature enhancements
  • Non-Laravel projects, as it's specifically designed for Laravel integration

Pros & Cons

Pros

Seamless LDAP Authentication

Provides a built-in authentication driver that integrates directly with Laravel's auth system, allowing LDAP users to log in with minimal configuration using Scopes and Rules.

Easy User Synchronization

Offers Artisan commands for importing LDAP users on first login or in bulk via 'php artisan adldap:import', simplifying data management between LDAP and local databases.

Familiar Query Interface

Features an Eloquent-like query builder for LDAP searches, making it intuitive for Laravel developers to interact with directory services without learning raw LDAP syntax.

Active Record Model Support

LDAP records are returned as models with save methods, enabling easy creation, updates, and persistence to LDAP servers using Laravel patterns like save().

Cons

Deprecated and Unmaintained

The project is explicitly marked as no longer maintained, with the author recommending migration to LdapRecord-Laravel, meaning no future bug fixes, security updates, or support.

Migration Overhead

Existing users must migrate to the replacement package, which may involve code changes and potential breaking changes, adding unnecessary effort for ongoing projects.

Limited Future Compatibility

As Laravel and PHP evolve, Adldap2-Laravel may become incompatible with newer versions, risking security vulnerabilities and performance issues due to lack of updates.

Frequently Asked Questions

Quick Stats

Stars914
Forks192
Contributors0
Open Issues107
Last commit2 years ago
CreatedSince 2015

Tags

#query-builder#auth#authentication#driver#user-management#laravel#ldap#database-sync#active-record#active-directory#directory-services#php#ldap-authentication

Built With

P
PHP
L
Laravel

Included in

Laravel13.0k
Auto-fetched 1 day ago

Related Projects

LiveWireLiveWire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Stars23,542
Forks1,735
Last commit4 days ago
Debug BarDebug Bar

Debugbar for Laravel (Integrates PHP Debug Bar)

Stars19,258
Forks1,609
Last commit2 days ago
IDE HelperIDE Helper

IDE Helper for Laravel

Stars14,942
Forks1,190
Last commit1 month ago
Intervention ImageIntervention Image

PHP Image Processing

Stars14,347
Forks1,491
Last commit3 days ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub