PHPackages                             schulit/adauth - 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. schulit/adauth

ActiveLibrary

schulit/adauth
==============

Client library for Active Directory Authentication Server

2.0.0(3y ago)03212MITPHPPHP ^8.1

Since Jul 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SchulIT/adauth)[ Packagist](https://packagist.org/packages/schulit/adauth)[ RSS](/packages/schulit-adauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (2)

Active Directory Authentication Server PHP library
==================================================

[](#active-directory-authentication-server-php-library)

Mithilfe dieser Bibliothek kann komfortabel eine Verbindung zum [Active Directory Authentication Server](https://github.com/SchulIT/adauth-server)aufgebaut werden.

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

[](#installation)

```
$ composer require schulit/adauth

```

Benutzung
---------

[](#benutzung)

```
use AdAuth;
use AdAuth\Credentials;
use AdAuth\Stream\TlsStream;

$tlsStream = new TlsStream('Pfad zum Zertifikat der verwendeten CA (oder null falls nicht vorhanden)', 'FQDN aus dem Zertifikat des Servers', 'Fingerprint des Zertifikats');

$adauth = new AdAuth('öffentliche IP des AD Auth Servers', $tlsStream, 55117 /* öffentliche Portnummer */);

$response = $adauth->authenticate(new Credentials('username', 'password'));
$response = $adauth->
$response = $adauth->ping();
```

Symfony Integration
-------------------

[](#symfony-integration)

[Zum Bundle](https://github.com/schulit/adauth-bundle)

Kompatiblität
-------------

[](#kompatiblität)

Diese Version ist kompatibel mit Version 2.0.0 des [Servers](https://github.com/schulit/adauth-server).

Lizenz
------

[](#lizenz)

[MIT](LICENSE)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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 ~455 days

Total

3

Last Release

1232d ago

Major Versions

1.1.0 → 2.0.02023-01-02

PHP version history (3 changes)1.0.0PHP ^7.2

1.1.0PHP ^7.2|^8.0

2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3764924?v=4)[Marcel Marnitz](/maintainers/frostieDE)[@frostieDE](https://github.com/frostieDE)

---

Top Contributors

[![frostieDE](https://avatars.githubusercontent.com/u/3764924?v=4)](https://github.com/frostieDE "frostieDE (28 commits)")

### Embed Badge

![Health badge](/badges/schulit-adauth/health.svg)

```
[![Health](https://phpackages.com/badges/schulit-adauth/health.svg)](https://phpackages.com/packages/schulit-adauth)
```

PHPackages © 2026

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