cline/sso

Laravel-first SSO, OIDC, SAML, and SCIM primitives with package-owned persistence and adapter seams.
6,858
Install
composer require cline/sso
Latest Version:1.0.1
PHP:^8.5.0
License:MIT
Last Updated:Mar 18, 2026
Links: GitHub  ·  Packagist
Maintainer: faustbrian

GitHub Workflow Status Latest Version on Packagist Software License Total Downloads


SSO

Laravel-first SSO, OIDC, SAML, and SCIM primitives with package-owned provider persistence, owner-scoped provider configuration, external subject linkage, and consumer adapters for local principal and provisioning concerns.

Requirements

Requires PHP 8.5+ and Laravel 10+

Installation

composer require cline/sso

Usage

cline/sso is designed to own the SSO persistence layer. Consumers should normally integrate through Cline\SSO\SsoManager and bind the business-facing contracts documented in DOCS.md, rather than querying package tables or models directly.

The published configuration is grouped by concern, including cache, drivers, login, routes, models, table_names, foreign_keys, and contracts.

Documentation

See DOCS.md.

For package vocabulary and real-world term mappings, see TERMINOLOGY.md.

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please use the GitHub security reporting form rather than the issue queue.

Credits

License

The MIT License. Please see LICENSE.md for more information.

Related Packages

cboxdk/laravel-id

cboxdk/laravel-id: a Laravel-native auth and identity framework. AuthN, SSO/SAML...

1,298 2
g2planet/laravel-saml

SAML support to make a laravel application to both a SAML IDP and a SAML SP.

918
kingstarter/laravel-saml

SAML support to make a laravel application to both a SAML IDP and a SAML SP.

45,863 53
codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. Thi...

897,524 267
jvangrouw/laravel-saml

SAML support to make a laravel application to both a SAML IDP and a SAML SP.

7,949 0