PHPackages                             junior-shyko/keycloak-integ-php - 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. junior-shyko/keycloak-integ-php

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

junior-shyko/keycloak-integ-php
===============================

Pacote php para integração do SSO Keycloak com php

v1.0.1(1y ago)05MITPHPPHP &gt;=8.2

Since Dec 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Junior-Shyko/keycloak-integ-php)[ Packagist](https://packagist.org/packages/junior-shyko/keycloak-integ-php)[ RSS](/packages/junior-shyko-keycloak-integ-php/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

PHPEXTENSIVE
============

[](#phpextensive)

### Instalação

[](#instalação)

```
composer require junior-shyko/keycloak-integ-php

```

### 💡 - Instalação

[](#---instalação)

```
    require  __DIR__.'/vendor/autoload.php';

    use JuniorShyko\Phpextensive\Extensive;
```

🚀 Rota
------

[](#-rota)

1- Adicionar no arquivo web.yaml

```
   ``web_keycloak:
	  resource: 'junior_shyko_keycloak.yaml'
	  name_prefix: junior_shyko_keycloak_auth_``

```

2- Criar o arquivo junior\_shyko\_keycloak.yaml

```
connect:
    path:       /auth/keycloak/connect
	controller: Junior\KeycloakIntegPhp\Controller\KeycloakController::connect

```

3 - Adicionar no arquivo services.yaml

```
    JuniorShyko\KeycloakIntegPhp\Controller\KeycloakController:
        autowire: true
        autoconfigure: true
        public: true

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

573d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7341117?v=4)[Junior Oliveira](/maintainers/Junior-Shyko)[@Junior-Shyko](https://github.com/Junior-Shyko)

---

Top Contributors

[![Junior-Shyko](https://avatars.githubusercontent.com/u/7341117?v=4)](https://github.com/Junior-Shyko "Junior-Shyko (12 commits)")

### Embed Badge

![Health badge](/badges/junior-shyko-keycloak-integ-php/health.svg)

```
[![Health](https://phpackages.com/badges/junior-shyko-keycloak-integ-php/health.svg)](https://phpackages.com/packages/junior-shyko-keycloak-integ-php)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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