PHPackages                             bows/ssoclient - 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. bows/ssoclient

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

bows/ssoclient
==============

small library to connect sso

v1.0.0(7y ago)016GPL-3.0-onlyPHPPHP &gt;=5.3

Since Feb 12Pushed 7y agoCompare

[ Source](https://github.com/abu-abbas/ssoclient)[ Packagist](https://packagist.org/packages/bows/ssoclient)[ RSS](/packages/bows-ssoclient/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ssoclient
=========

[](#ssoclient)

small library to connect sso

```
use SsoClient\Client;

# for register new app
Client::registerApp('YOUR_APPNAME', 'YOUR_APPKEY');

# for authenticate token
$credentials = [
    'token' => '',
    'appid' => 'YOUR_APPID',
    'appsecret' => 'YOUR_APPSECRET'
];
Client::authenticateSso($credentials);

# for redirect to sso login page
# origin https:///
$credentials = [
    'appid' => 'YOUR_APPID',
    'appsecret' => 'YOUR_APPSECRET',
    'origin' => 'https://your-website.com/loginhelper',
];
Client::redirectToSso($credentials);
```

### Installing ssoclient

[](#installing-ssoclient)

The recommended way to install ssoclient is through [Composer](http://getcomposer.org/).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of ssoclient:

```
composer init
composer require bows/ssoclient
```

Then create an index.php file that will load the autoloader:

```
require 'vendor/autoload.php';
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2695d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47552782?v=4)[abu-abbas](/maintainers/abu-abbas)[@abu-abbas](https://github.com/abu-abbas)

---

Top Contributors

[![abu-abbas](https://avatars.githubusercontent.com/u/47552782?v=4)](https://github.com/abu-abbas "abu-abbas (13 commits)")

---

Tags

composerpackageSSO

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bows-ssoclient/health.svg)

```
[![Health](https://phpackages.com/badges/bows-ssoclient/health.svg)](https://phpackages.com/packages/bows-ssoclient)
```

###  Alternatives

[league/oauth2-client

OAuth 2.0 Client Library

3.8k125.2M1.3k](/packages/league-oauth2-client)[league/oauth1-client

OAuth 1.0 Client Library

996106.2M115](/packages/league-oauth1-client)[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k17.8M58](/packages/lab404-laravel-impersonate)[onelogin/php-saml

PHP SAML Toolkit

1.3k46.5M134](/packages/onelogin-php-saml)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[ccuffs/auth-iduffs

Biblioteca para autenticação de usuários utilizando o idUFFS.

101.1k](/packages/ccuffs-auth-iduffs)

PHPackages © 2026

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