PHPackages                             ln/nfon\_sso - 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. ln/nfon\_sso

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

ln/nfon\_sso
============

0.0.8(7mo ago)07MITPHPPHP &gt;=7.4

Since Mar 29Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Lukas-Nielsen/php-nfon-sso)[ Packagist](https://packagist.org/packages/ln/nfon_sso)[ RSS](/packages/ln-nfon-sso/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

php-nfon-sso
============

[](#php-nfon-sso)

package to login to the nfon portals with the nfon sso

getting started
---------------

[](#getting-started)

```
composer require ln/nfon_sso
```

usage
-----

[](#usage)

### conf

[](#conf)

you need the portal base url eg.  or  and the client id eg. admin-portal or cloudya

```
$client = new Client(string , string );
```

### auth

[](#auth)

#### login

[](#login)

```
$client->Login(string , string );
```

#### otp

[](#otp)

```
$client->OTP(int );
```

### token operation

[](#token-operation)

```
// refresh the token internally
$client->RefreshToken(): bool;

// read token from json file
$client->TokenFromJsonFile(string ): bool;

// write token to json file
$client->TokenToJsonFile(string ): bool;

// set token
$client->SetToken(Token ): void;

// get token
$client->GetToken(): Token;
```

### functions

[](#functions)

#### get, delete

[](#get-delete)

```
$client->(string , array , array )
```

#### post, put, patch

[](#post-put-patch)

```
$client->(string , array , array , array )
```

known possible client id's
--------------------------

[](#known-possible-client-ids)

### admin portal

[](#admin-portal)

- dts-admin-portal
- dts-admin-portal-preview
- dfn-admin-portal
- dfn-admin-portal-preview
- chess-admin-portal
- chess-admin-portal-preview
- dialog-telekom-admin-portal
- dialog-telekom-admin-portal-preview
- telekom-admin-portal
- telekom-admin-portal-preview
- o2-business-admin-portal
- o2-business-admin-portal-preview
- versatel-admin-portal
- versatel-admin-portal-preview
- smarticloud-admin-portal
- smarticloud-admin-portal-preview
- phoneup-admin-portal
- phoneup-admin-portal-preview
- admin-portal
- admin-portal-preview

### user portal

[](#user-portal)

- centrexx
- cloudya
- dfn
- dialog-telekom
- o2
- telekom
- one-and-one
- promelit
- phoneup
- nconnect-voice
- sip-trunk
- o2-business-teams-telefonie

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance69

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Total

4

Last Release

211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e56a3f479575f8b38b7e5c5d2ff08467a5f7d81e8e6e6e27d278bd49a826daf9?d=identicon)[Lukas-Nielsen](/maintainers/Lukas-Nielsen)

---

Top Contributors

[![Lukas-Nielsen](https://avatars.githubusercontent.com/u/69508413?v=4)](https://github.com/Lukas-Nielsen "Lukas-Nielsen (9 commits)")

---

Tags

nfonphp

### Embed Badge

![Health badge](/badges/ln-nfon-sso/health.svg)

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

###  Alternatives

[overtrue/socialite

A collection of OAuth 2 packages.

1.4k5.5M86](/packages/overtrue-socialite)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)

PHPackages © 2026

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