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

Abandoned → [schulit/adauth](/?search=schulit%2Fadauth)Library[Authentication &amp; Authorization](/categories/authentication)

schoolit/adauth
===============

Client library for Active Directory Authentication Server

2.0.0(3y ago)0127MITPHPPHP ^8.1

Since Jul 5Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

1228d 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/schoolit-adauth/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[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)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

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

PHPackages © 2026

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