PHPackages                             jakub-klapka/laravel-windows-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. jakub-klapka/laravel-windows-auth

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

jakub-klapka/laravel-windows-auth
=================================

Service for IIS Windows authentication in Laravel

v1.0.0(9y ago)4872GPLPHPPHP &gt;=7.0

Since May 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jakub-klapka/laravel-windows-auth)[ Packagist](https://packagist.org/packages/jakub-klapka/laravel-windows-auth)[ RSS](/packages/jakub-klapka-laravel-windows-auth/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Auth Guard for IIS Windows integrated authentication
============================================================

[](#laravel-auth-guard-for-iis-windows-integrated-authentication)

Provides implementation of integrated authentication when using Windows auth option with IIS and Active Directory.

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

[](#installation)

1. Add `JakubKlapka\LaravelWindowsAuth\Providers\ServiceProvider::class` to your app.php.
2. Run `php artisan vendor:publish` to export config file.
3. In config\\ad\_auth.php set allowed AD domains (or don't)
4. In config\\auth.php set guard to `windows`, for example:

```
'defaults' => [
    'guard' => 'windows',
],
'guards' => [
    'windows' => [
        'driver' => 'windows',
        'provider' => 'users'
    ]
```

Don't forget to implement `\Illuminate\Contracts\Auth\Authenticatable` in your User model, if you are not using default Eloquent one.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3330d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5cec74f264ced2aadae4c91668bcc009f0823f868b402b759c02a873cca9223?d=identicon)[jakub-klapka](/maintainers/jakub-klapka)

---

Top Contributors

[![jakub-klapka](https://avatars.githubusercontent.com/u/5950996?v=4)](https://github.com/jakub-klapka "jakub-klapka (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jakub-klapka-laravel-windows-auth/health.svg)

```
[![Health](https://phpackages.com/badges/jakub-klapka-laravel-windows-auth/health.svg)](https://phpackages.com/packages/jakub-klapka-laravel-windows-auth)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

791.3M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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