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

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

genj/sso-server-bundle
======================

Genj Single Sign-On Client bundle

09PHP

Since Jun 8Pushed 11y ago2 watchersCompare

[ Source](https://github.com/genj/SsoServerBundle)[ Packagist](https://packagist.org/packages/genj/sso-server-bundle)[ RSS](/packages/genj-sso-server-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

genjSsoServerBundle
===================

[](#genjssoserverbundle)

The server side bundle to add Single Sign-On login functionality to your site

Requirements
------------

[](#requirements)

- Curl

Installation
------------

[](#installation)

Add the bundle to your composer.json

```
"require": {
    ...
    "genj/sso-server-bundle": "dev-master"
}

```

Add the bundle to your AppKernel.php

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

```

Add the following pararmeters to your config.yml

```
genj_sso_server:
    brokers:
        SPECIALNAME:
            secret: SUPERSECRETTOKEN

```

Add the following routes to your routing.yml

```
genj_sso_server_command_attach:
    pattern:  /sso/command/attach
    defaults: { _controller: GenjSsoServerBundle:Sso:attach }

genj_sso_server_command_info:
    pattern:  /sso/command/info
    defaults: { _controller: GenjSsoServerBundle:Sso:info }

genj_sso_server_command_login:
    pattern:  /sso/command/login
    defaults: { _controller: GenjSsoServerBundle:Sso:login }

genj_sso_server_command_logout:
    pattern:  /sso/command/logout
    defaults: { _controller: GenjSsoServerBundle:Sso:logout }

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6691278?v=4)[G+J Media](/maintainers/genj)[@genj](https://github.com/genj)

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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