PHPackages                             mixasmix/auth\_service\_bundle - 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. mixasmix/auth\_service\_bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

mixasmix/auth\_service\_bundle
==============================

v1.1(3y ago)024proprietaryPHPPHP &gt;=8.1

Since Oct 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mixasmix/AuthBundle)[ Packagist](https://packagist.org/packages/mixasmix/auth_service_bundle)[ RSS](/packages/mixasmix-auth-service-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

AuthorizationBundle
===================

[](#authorizationbundle)

Для использования бандла необходимо
-----------------------------------

[](#для-использования-бандла-необходимо)

### Установить бандл командой

[](#установить-бандл-командой)

```
composer require mixasmix/auth_service_bundle

```

### создать конфиг файл config/packages/auth.yaml с таким содержимым

[](#создать-конфиг-файл-configpackagesauthyaml-с-таким-содержимым)

```
auth:
    service_url: '%env(AUTH_SERVER_URL)%'
    client_id: '%env(AUTH_CLIENT_ID)%'
    client_secret: '%env(AUTH_CLIENT_SECRET)%'
    redirect_uri: '%env(AUTH_REDIRECT_URI)%'
    url_authorize: '%env(AUTH_URL_AUTHORIZE)%'
    url_access_token: '%env(AUTH_URL_ACCESS_TOKEN)%'
    url_resource_owner_details: '%env(AUTH_URL_RESOURCE_OWNER_DETAILS)%'

```

И добавить в .env файл переменные, например

```
# адрес авторизационного сервера
AUTH_SERVER_URL='http://auth-server.example'
# Ид клиента
AUTH_CLIENT_ID='0cbfd837a6515b7991e79fb905459cb3'
# секретный код клиента
AUTH_CLIENT_SECRET='0cbfd837a6515b7991e79fb905459cb3'
# адрес, на который будет произведен редирект
AUTH_REDIRECT_URI='http://client.example'
# эндпоинт для получения авторизационного кода
AUTH_URL_AUTHORIZE='/authorize'
# эндпоинт для получения токена
AUTH_URL_ACCESS_TOKEN='/token'
# эндпоинт для получения информации по пользователю
AUTH_URL_RESOURCE_OWNER_DETAILS='/userinfo'

```

### подключить машруты в /config/routes.yaml

[](#подключить-машруты-в-configroutesyaml)

```
auth:
    resource: '@AuthBundle/Controller/AuthorizationController.php'
    type: annotation

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Total

5

Last Release

1305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7eb899aa8b1730174bfdcd6b5f3465206b783abe75f8533114107ca223aeff54?d=identicon)[mixasmix](/maintainers/mixasmix)

---

Top Contributors

[![mixasmix](https://avatars.githubusercontent.com/u/5250106?v=4)](https://github.com/mixasmix "mixasmix (8 commits)")

### Embed Badge

![Health badge](/badges/mixasmix-auth-service-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mixasmix-auth-service-bundle/health.svg)](https://phpackages.com/packages/mixasmix-auth-service-bundle)
```

###  Alternatives

[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

63397.4k6](/packages/web-auth-webauthn-symfony-bundle)[thathoff/kirby-oauth

Kirby OAuth 2 Plugin

3823.9k](/packages/thathoff-kirby-oauth)

PHPackages © 2026

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