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

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

manuelj555/sso-server-bundle
============================

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

Since Sep 21Pushed 10y ago1 watchersCompare

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

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

SsoServerBundle
===============

[](#ssoserverbundle)

Bundle que permite aplicar un servidor para autenticación de usuarios en multiples sitios con un solo login SSO.

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

[](#instalación)

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

Agregar al AppKernel:

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

    ...
}
```

Agregar al routing.yml:

```
ku_sso_server:
    resource: "@KuSsoServerBundle/Resources/config/routing.yml"
    prefix:   /sso
```

Luego en el config.yml configurar el bundle:

```
ku_sso_server:
    api_key: debe ser una clave secreta # Clave compartida entre server y cliente para transmisión de datos
    domains: # dominios que representan a los clientes que podrán conectarse usando sso.
        # - http://localhost/
```

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

```
firewalls:
    # ...
    sso_server:
        pattern:  ^/sso/authenticate  # este path va en función  del prefix que se coloque en el routing.yml
        simple_preauth:
            authenticator: ku_sso_server.security.otp_authenticator
```

Con esto la aplicación podrá permitir que los clientes registrados en la clave "domains" se autentiquen contra el servidor.

###  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 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[scheb/2fa

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

578630.7k1](/packages/scheb-2fa)[scheb/2fa-bundle

A generic interface to implement two-factor authentication in Symfony applications

7014.0M62](/packages/scheb-2fa-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[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)

PHPackages © 2026

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