PHPackages                             rizalrepo/sso-client - 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. rizalrepo/sso-client

ActiveLaravel-package[Authentication &amp; Authorization](/categories/authentication)

rizalrepo/sso-client
====================

UNISM SSO Client SDK — Laravel + JavaScript + PHP native

2.2.0(1mo ago)0405MITPHPPHP ^8.1

Since May 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/rizalrepo/sso-client-lib)[ Packagist](https://packagist.org/packages/rizalrepo/sso-client)[ Docs](https://github.com/rizalrepo/sso-client-lib)[ RSS](/packages/rizalrepo-sso-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (9)DependenciesVersions (14)Used By (0)

UNISM SSO Client SDK
====================

[](#unism-sso-client-sdk)

**v2.2.0** · [Changelog](md/CHANGELOG.md) · [Integration guide](docs/INTEGRATION.md)

RuntimePackageInstallJavaScript / TypeScript`@rizalrepo/sso-client``npm install @rizalrepo/sso-client`PHP (native or Laravel)`rizalrepo/sso-client``composer require rizalrepo/sso-client:^2.2`Other languagesLive OpenAPI`{SSO_URL}/developer/openapi.yaml````
SSO_URL=https://sirisa.unism.ac.id
SSO_CLIENT_ID=your-uuid
SSO_CLIENT_SECRET=your-secret
SSO_CALLBACK_URL=https://your-app.example.com/callback
```

```
import { SSOClient } from "@rizalrepo/sso-client";

const sso = new SSOClient({ serverUrl, clientId, clientSecret, callbackUrl });
const token = await sso.exchangeCodeForToken(code);
const user = await sso.getUser(token.access_token);
```

Laravel: satu perintah `composer require` — routes &amp; config otomatis. Publish opsional: `php artisan vendor:publish --tag=sso-config`

Laravel setup opsional: `php artisan sso:install` (publish config + stub controller).

UI integration (avatar, username, edit profile/password)
--------------------------------------------------------

[](#ui-integration-avatar-username-edit-profilepassword)

RuntimeGuideLaravel (Blade)[packages/php-laravel/README.md](packages/php-laravel/README.md)PHP native (HTML)[packages/php-native/README.md](packages/php-native/README.md)JavaScript (Express/React)[packages/javascript/README.md](packages/javascript/README.md)

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance92

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~65 days

Recently: every ~1 days

Total

13

Last Release

37d ago

Major Versions

v1.3.3 → 2.0.02026-07-08

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

2.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d69095fe8e5ac51309fba8316b62a3b3b7b34d1eff07587bcac66bde0623eeae?d=identicon)[rizalrepo](/maintainers/rizalrepo)

---

Top Contributors

[![rizalrepo](https://avatars.githubusercontent.com/u/34135862?v=4)](https://github.com/rizalrepo "rizalrepo (98 commits)")

### Embed Badge

![Health badge](/badges/rizalrepo-sso-client/health.svg)

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

###  Alternatives

[tg/tgwebvalid

An easy way to validate Telegram Login Widget and Telegram Mini App users on your website using PHP

6827.5k1](/packages/tg-tgwebvalid)[vitalybaev/laravel5-dkim

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

3163.1k](/packages/vitalybaev-laravel5-dkim)[denniseilander/laravel-passport-scopes-restriction

Restrict scopes for different Laravel Passport clients.

1636.3k](/packages/denniseilander-laravel-passport-scopes-restriction)

PHPackages © 2026

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