PHPackages                             manuelj555/sso-client-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. manuelj555/sso-client-bundle

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

manuelj555/sso-client-bundle
============================

v1.0.0(10y ago)021PHPPHP &gt;=5.3.3

Since Sep 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/manuelj555/SsoClientBundle)[ Packagist](https://packagist.org/packages/manuelj555/sso-client-bundle)[ RSS](/packages/manuelj555-sso-client-bundle/feed)WikiDiscussions 1.0 Synced 1mo ago

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

SsoClientBundle
===============

[](#ssoclientbundle)

Bundle que trabaja en conjunto con el bundle (SsoServerBundle)\[\] para permitir la autenticación de usuarios en multiples sitios con un solo login.

Instalación
-----------

[](#instalación)

Ejecutar: `composer require manuelj555/sso-client-bundle`

Agregar al AppKernel:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Ku\SsoClientBundle\KuSsoClientBundle(),
    );

    ...
}
```

Agregar al routing.yml:

```
ku_sso_client:
    resource: "@KuSsoClientBundle/Resources/config/routing.yml"
    prefix: /sso
```

Luego en el config.yml configurar el bundle:

```
ku_sso_client:
    api_key: debe ser una clave secreta # Clave compartida entre server y cliente para transmisión de datos
    sso:
        login:          http://app_domain.com/sso/login # url en el server donde se inicia la sesión sso del usuario.
        logout:         http://app_domain.com/sso/logout # url en el server donde se termina la sesión sso del usuario.
        authentication: http://app_domain.com/sso/authenticate # url en el server donde se genera la autenticación sso.
```

Por último se debe añadir la configuración para el firewall en el security.yml:

```
firewalls:
    # ...
    main:
        pattern: ^/
        entry_point: ku_sso_client.security.entry_point
        simple_preauth:
            authenticator: ku_sso_client.security.otp_authenticator
```

Con esto la aplicación estará asegurada y cuando un usuario intente acceder, se verificará que haya iniciado sesión en la aplicación principal (servidor), y se creará el token de autenticación en la aplicación cliente.

###  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

2

Last Release

3892d ago

### Community

Maintainers

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

---

Top Contributors

[![manuelj555](https://avatars.githubusercontent.com/u/1214013?v=4)](https://github.com/manuelj555 "manuelj555 (11 commits)")

### Embed Badge

![Health badge](/badges/manuelj555-sso-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/manuelj555-sso-client-bundle/health.svg)](https://phpackages.com/packages/manuelj555-sso-client-bundle)
```

###  Alternatives

[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[mainick/keycloak-client-bundle

Keycloak client bundle for Symfony, designed to simplify Keycloak integration into your application and provide additional functionality for token management and user information access

4526.0k](/packages/mainick-keycloak-client-bundle)[korotovsky/sso-library

Single-sign-on library for Symfony2

2551.0k2](/packages/korotovsky-sso-library)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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