PHPackages                             gumarov-dev/microsoft-sso-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. gumarov-dev/microsoft-sso-auth

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

gumarov-dev/microsoft-sso-auth
==============================

description

1.3.2(2y ago)0199MITPHPPHP ^7.4|^8.0

Since Sep 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Gumarov1991/ms-sso)[ Packagist](https://packagist.org/packages/gumarov-dev/microsoft-sso-auth)[ RSS](/packages/gumarov-dev-microsoft-sso-auth/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Microsoft SSO Auth
------------------

[](#microsoft-sso-auth)

### Минимальные требования

[](#минимальные-требования)

- если установлен illuminate/contracts, то его минимальная версия 7.0

### Установка

[](#установка)

- composer require gumarov-dev/microsoft-sso-auth
- php artisan vendor:publish --provider='GumarovDev\\MicrosoftSsoAuth\\Providers\\MsSsoAuthServiceProvider'

### Использование

[](#использование)

- заполнение .env данными по ключам

```
MS_TENANT_ID=
MS_CLIENT_ID=
MS_SECRET_ID=
MS_REDIRECT_URI=

```

- В месте где нужно проверить кто у нас залогинен

```
use GumarovDev\MicrosoftSsoAuth\Facades\MsSsoAuth;

MsSsoAuth::checkAuthByRedirect()

```

- В месте куда нас перекинет Microsoft, метод вернет $email авторизованного пользователя

```
use GumarovDev\MicrosoftSsoAuth\Facades\MsSsoAuth;

$email = MsSsoAuth::getAuthUserEmail()

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~66 days

Recently: every ~149 days

Total

10

Last Release

801d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d43d493229846973aa4cdeeaeeed7a070d8e1fbb503bcf95e4f8be2441227f4c?d=identicon)[Gumarov1991](/maintainers/Gumarov1991)

---

Top Contributors

[![Gumarov1991](https://avatars.githubusercontent.com/u/47880288?v=4)](https://github.com/Gumarov1991 "Gumarov1991 (2 commits)")

### Embed Badge

![Health badge](/badges/gumarov-dev-microsoft-sso-auth/health.svg)

```
[![Health](https://phpackages.com/badges/gumarov-dev-microsoft-sso-auth/health.svg)](https://phpackages.com/packages/gumarov-dev-microsoft-sso-auth)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k36](/packages/spatie-laravel-passkeys)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k253.1k79](/packages/moonshine-moonshine)

PHPackages © 2026

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