PHPackages                             comphp/auth-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. comphp/auth-ldap

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

comphp/auth-ldap
================

Authentication Driver for CommonPHP which utilizes LDAP/Active Directory

01PHP

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/commonphp/auth-ldap)[ Packagist](https://packagist.org/packages/comphp/auth-ldap)[ RSS](/packages/comphp-auth-ldap/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CommonPHP LDAP Auth Driver
==========================

[](#commonphp-ldap-auth-driver)

Authentication driver for CommonPHP that uses LDAP as an authentication source.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/auth:^0.3`
- LDAP support through the applicable PHP extension or LDAP integration library

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

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/auth-ldap
```

Usage
-----

[](#usage)

```
