jasny/sso
Simple Single Sign-On for PHP observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6125
- days_rel: n/a
- days_push: 932
- n_releases_24m: 0
Adoption not part of the score
1485 stars · 382 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library implementing simple Single Sign-On (SSO), allowing users to log in once at a central server and be automatically authenticated across multiple affiliate websites that need not share a top-level domain. It differs from OAuth by sharing a full session between brokers rather than just exchanging profile info.
Use cases
- implement single sign-on across multiple php websites
- share login sessions between sites on different domains
- avoid requiring users to log in again on each affiliate site
- centralize user credentials on one authentication server
- log out users across all connected sites at once
- replace oauth-based login with true session sharing
When to choose
- you control a central auth server and multiple php broker sites
- you want simple, lightweight SSO without OAuth complexity
- affiliate sites are on different top-level domains but should share sessions
When to avoid
- you need a standards-based protocol like SAML, OIDC, or OAuth2
- your stack is not PHP
- you need federated identity with external identity providers
Facets
library · maturity maintenance
auth http-server middleware security web-development backend php self-hosted single-sign-on sso session-sharing authentication-broker web-server
1 source
- readme: https://github.com/jasny/sso · fetched 2026-08-28 · dbd2acf20a58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jasny/sso | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem