PHPackages                             lucasvscn/laravel-ldap-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lucasvscn/laravel-ldap-auth

AbandonedArchivedLibrary

lucasvscn/laravel-ldap-auth
===========================

LDAP driver for Laravel auth.

1891PHP

Since May 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lucasvscn/laravel-ldap-auth)[ Packagist](https://packagist.org/packages/lucasvscn/laravel-ldap-auth)[ RSS](/packages/lucasvscn-laravel-ldap-auth/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel LDAP Auth
=================

[](#laravel-ldap-auth)

Simple Laravel auth driver for LDAP.

Allows to connect into a LDAPv3.0 server to check user's credentials.

Install
-------

[](#install)

Add service provider to file `config/app.php`

```
LucasVscn\LDAP\ServiceProvider::class,

```

Change your `config/auth.php` to work with 'ldap' driver:

```
'providers' => [

    'users' => [
        'driver' => 'ldap',
        'model' => App\User::class,
        'host' => '0.0.0.0',
        'domain' => 'yourdomain.com.br',
    ],
],

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfdf6591a8b2d844569545878fba113e9c8de3d9b9d48f5b25637c6f0353ffbd?d=identicon)[lucasvscn](/maintainers/lucasvscn)

---

Top Contributors

[![lucasvscn](https://avatars.githubusercontent.com/u/3482569?v=4)](https://github.com/lucasvscn "lucasvscn (1 commits)")

### Embed Badge

![Health badge](/badges/lucasvscn-laravel-ldap-auth/health.svg)

```
[![Health](https://phpackages.com/badges/lucasvscn-laravel-ldap-auth/health.svg)](https://phpackages.com/packages/lucasvscn-laravel-ldap-auth)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
