PHPackages                             atmaliance/yii2-atm-keycloak-entity - 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. atmaliance/yii2-atm-keycloak-entity

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

atmaliance/yii2-atm-keycloak-entity
===================================

Package

v0.6(2y ago)0111MITPHPPHP &gt;=7.4

Since Jan 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devatmaliance/yii2-atm-keycloak-entity)[ Packagist](https://packagist.org/packages/atmaliance/yii2-atm-keycloak-entity)[ RSS](/packages/atmaliance-yii2-atm-keycloak-entity/feed)WikiDiscussions master Synced 1mo ago

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

ATM Yii2 Keycloak Entity
========================

[](#atm-yii2-keycloak-entity)

Что нужно сделать?
------------------

[](#что-нужно-сделать)

Необходимо добавить код в следующих местах:

### Файл `common/config/main.php`

[](#файл-commonconfigmainphp)

```
return [
    'components' => [
        'keycloakEntityManager' => [
            'class' => \atmaliance\yii2_keycloak_entity\KeycloakEntityManager::class,
        ],
    ],
];
```

### Файл `common/config/main-local.php`

[](#файл-commonconfigmain-localphp)

```
return [
    'components' => [
        'keycloakEntityManager' => [
            'realm' => 'master',
            'baseUrl' => 'http://localhost:8180',
            'username' => 'admin',
            'password' => '1234',
        ],
    ],
];
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Recently: every ~11 days

Total

6

Last Release

756d ago

### Community

Maintainers

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

---

Top Contributors

[![Kellenon](https://avatars.githubusercontent.com/u/48764983?v=4)](https://github.com/Kellenon "Kellenon (6 commits)")

---

Tags

apisdkauthentityyii2extensionkeycloakatm72

### Embed Badge

![Health badge](/badges/atmaliance-yii2-atm-keycloak-entity/health.svg)

```
[![Health](https://phpackages.com/badges/atmaliance-yii2-atm-keycloak-entity/health.svg)](https://phpackages.com/packages/atmaliance-yii2-atm-keycloak-entity)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

1195.3M72](/packages/web-auth-webauthn-lib)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[api-platform/serializer

API Platform core Serializer

223.4M31](/packages/api-platform-serializer)[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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