PHPackages                             zmiftah/yii2-simplesaml - 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. zmiftah/yii2-simplesaml

Abandoned → [pkpudev/yii2-simplesaml](/?search=pkpudev%2Fyii2-simplesaml)Yii2-extension[Authentication &amp; Authorization](/categories/authentication)

zmiftah/yii2-simplesaml
=======================

Yii2 Simplesaml

0.6(7mo ago)1291MITPHPPHP &gt;=7.3.0

Since Aug 25Pushed 7mo agoCompare

[ Source](https://github.com/HumanInitiative/yii2-simplesaml)[ Packagist](https://packagist.org/packages/zmiftah/yii2-simplesaml)[ RSS](/packages/zmiftah-yii2-simplesaml/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (7)Used By (0)

README
======

[](#readme)

Yii2 SimpleSaml for PKPU Dev Team

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist pkpudev/yii2-simplesaml "*"

```

or add

```
"pkpudev/yii2-simplesaml": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Add this to your config

```
'user' => [
	'class' => 'pkpudev\simplesaml\WebUser',
	'identityClass' => 'path\to\models\User',
	'autoloaderPath'=>'/path/to/simplesamlphp/version/lib/_autoload.php',
	'authSource'=>'your-client',
	'attributesConfig'=>array(
		'id'=>'id',
		'username'=>'user_name',
		'name'=>'full_name',
		'fullname'=>'full_name',
		'email'=>'email',
		// add others
	),
	'superuserCheck' => true,
	'superuserPermissionName' => 'superuserAccess',
],

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance63

Regular maintenance activity

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~601 days

Recently: every ~730 days

Total

6

Last Release

225d ago

PHP version history (2 changes)0.3PHP &gt;=5.6.0

0.5PHP &gt;=7.3.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/709962?v=4)[Zein Miftah](/maintainers/zmiftah)[@zmiftah](https://github.com/zmiftah)

---

Top Contributors

[![zmiftah](https://avatars.githubusercontent.com/u/709962?v=4)](https://github.com/zmiftah "zmiftah (12 commits)")[![arifinm](https://avatars.githubusercontent.com/u/19162713?v=4)](https://github.com/arifinm "arifinm (1 commits)")[![bgsbox](https://avatars.githubusercontent.com/u/9070476?v=4)](https://github.com/bgsbox "bgsbox (1 commits)")

---

Tags

samlsimplesamlphpyii2yii2-extensionsamlyii2extensionsimplesaml

### Embed Badge

![Health badge](/badges/zmiftah-yii2-simplesaml/health.svg)

```
[![Health](https://phpackages.com/badges/zmiftah-yii2-simplesaml/health.svg)](https://phpackages.com/packages/zmiftah-yii2-simplesaml)
```

###  Alternatives

[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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