PHPackages                             dnxcorp/sso-sdk - 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. dnxcorp/sso-sdk

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

dnxcorp/sso-sdk
===============

SSO SDK for PHP

v8.1.0(1y ago)0308↓50%MITPHPPHP &gt;=8.1

Since Jul 5Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/DnxcorpGit/sso-sdk)[ Packagist](https://packagist.org/packages/dnxcorp/sso-sdk)[ RSS](/packages/dnxcorp-sso-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

SSO SDK
=======

[](#sso-sdk)

Introduction
------------

[](#introduction)

This SDK is a collection of libraries that allow you to interact with the SSO API. The SDK is available only for PHP8.2 and above.

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

[](#installation)

To install the SDK, you can use composer. Run the following command:

```
composer require dnxcorp/sso-sdk
```

You can specify a tag for a specific version of php. We currently offer 7.4 and 8.1. with tags

- v7.4.0
- v8.1.0

Usage
-----

[](#usage)

```
// $myUser is your user object
$token = 'your_token';

$client = new Client($token);
$response = $client->register('email@test.com', '127.0.0.1', 'FR', 'en', 'c0023');

if ($response->isSuccess()) {
    $myUser->setLoginToken($response->getLoginToken());
    // Persist changes in database, it won't be displayed anymore
}

// Redirect to the website
header('Location: ' . $response->getRedirectUrl());
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance49

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~146 days

Total

4

Last Release

243d ago

PHP version history (2 changes)v8.1.0PHP &gt;=8.1

v7.4.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22023363?v=4)[QUINTONIC -DNX NETWORK](/maintainers/dnxcorp)[@DNXCORP](https://github.com/DNXCORP)

### Embed Badge

![Health badge](/badges/dnxcorp-sso-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/dnxcorp-sso-sdk/health.svg)](https://phpackages.com/packages/dnxcorp-sso-sdk)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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