PHPackages                             coderscoop/laravel-ldap - 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. coderscoop/laravel-ldap

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

coderscoop/laravel-ldap
=======================

Easy to use laravel ldap api

v1.0.1(8y ago)021MITPHP

Since Jun 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Coder-Scoop-Inc/laravel-ldap)[ Packagist](https://packagist.org/packages/coderscoop/laravel-ldap)[ RSS](/packages/coderscoop-laravel-ldap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

laravel-ldap
============

[](#laravel-ldap)

Easy to use ldap api for laravel

### Install

[](#install)

- You can install directly using composer `composer require coderscoop/laravel-ldap`
- Or include the package to your composer.json

```

"require": {
    "coderscoop/laravel-ldap": "*"
}

```

- Or download it directly from the github repository

```

"require": {
    "coderscoop/laravel-ldap": "dev-master"
},
"repositories": [
    {
        "type": "git",
        "url": "git@github.com:Coder-Scoop-Inc/laravel-ldap.git"
    }
]

```

- And run `composer install` or `composer update`

### Requirements

[](#requirements)

- `php ldap module` is require to use this package

### Usage

[](#usage)

- Add `Coderscoop\LaravelLdap\LdapServiceProvider::class`, to the providers array in config\\app.php.
- Add `'Ldap' => Coderscoop\LaravelLdap\Facade\LdapFacade::class`, to the aliases array in config\\app.php.
- Include `use Ldap;` to any class you want
- And then you can do `Ldap::newInstance();`

### Todo

[](#todo)

- Step by step basic configuration/usage

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a410b633396164bd9bcb3a56d298f8a9a0f6ca8ca916002d6487a4510bf146b?d=identicon)[SamyOteroGlez](/maintainers/SamyOteroGlez)

---

Top Contributors

[![SamyOteroGlez](https://avatars.githubusercontent.com/u/8644532?v=4)](https://github.com/SamyOteroGlez "SamyOteroGlez (13 commits)")

---

Tags

laravelldapcoderscoop

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jotaelesalinas/laravel-adminless-ldap-auth

Authenticate users in Laravel against an adminless LDAP server

2105.1k](/packages/jotaelesalinas-laravel-adminless-ldap-auth)

PHPackages © 2026

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