PHPackages                             kcchung/l5-openldap-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kcchung/l5-openldap-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

kcchung/l5-openldap-auth
========================

An openldap auth driver for Laravel 5.

83094PHP

Since Jan 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ken8203/l5-openldap-auth)[ Packagist](https://packagist.org/packages/kcchung/l5-openldap-auth)[ RSS](/packages/kcchung-l5-openldap-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel 5 OpenLDAP Auth
=======================

[](#laravel-5-openldap-auth)

An OpenLDAP authentication driver for Laravel 5.

Installation
------------

[](#installation)

Add to `composer.json` and install with `composer install` / `composer update`.

```
{
  require: {
    "kcchung/l5-openldap-auth": "dev-master"
  }
}

```

Add to Laravel
--------------

[](#add-to-laravel)

Open your `config/app.php` file and add the service provider to the providers array.

```
kcchung\L5OpenldapAuth\LdapAuthServiceProvider::class

```

Update your `config/auth.php` to use `ldap` driver.

```
'driver' => 'ldap'

```

Configuration
-------------

[](#configuration)

Manually create a `config/ldap.php` file and add the following:

```

```

Extending
---------

[](#extending)

If you wish to add your own functions, just modify any of the classes.

About
-----

[](#about)

Created by [Kuan-Chien Chung(kcchung)](http://jaychung.tw)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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/69c35dea97a7a68cac8f190c1fb33d946d3560eb4a55d1c290393bcc9a4bf2d9?d=identicon)[ken8203](/maintainers/ken8203)

---

Top Contributors

[![ken8203](https://avatars.githubusercontent.com/u/2691815?v=4)](https://github.com/ken8203 "ken8203 (17 commits)")[![auttasak](https://avatars.githubusercontent.com/u/4288022?v=4)](https://github.com/auttasak "auttasak (2 commits)")

### Embed Badge

![Health badge](/badges/kcchung-l5-openldap-auth/health.svg)

```
[![Health](https://phpackages.com/badges/kcchung-l5-openldap-auth/health.svg)](https://phpackages.com/packages/kcchung-l5-openldap-auth)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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