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

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

hongcaideng/sso-client
======================

025PHP

Since Jan 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/denghongcai/sso-client-library)[ Packagist](https://packagist.org/packages/hongcaideng/sso-client)[ RSS](/packages/hongcaideng-sso-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SSO-Client library for Laravel
==============================

[](#sso-client-library-for-laravel)

Install
-------

[](#install)

Modify your `composer.json`, add

```
  "require": {
    "hongcaideng/sso-client": "dev-master"
  }

```

Run `composer update -vvv`

Modify your `app/config/app.php`, add

```
'providers' => array(
    HongcaiDeng\SSO_Client\SSOClientServiceProvider::class
)

'aliases' => array(
    'SSO_Client' => HongcaiDeng\SSO_Client\Facades\SSOClient::class,
)

```

Run `php artisan vendor publish`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/14a1117b01334864004397056dd9a3e0f5b1566e6efadc530ec84d5b8810dfba?d=identicon)[denghongcai](/maintainers/denghongcai)

---

Top Contributors

[![denghongcai](https://avatars.githubusercontent.com/u/1433247?v=4)](https://github.com/denghongcai "denghongcai (8 commits)")

### Embed Badge

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

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

###  Alternatives

[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)
