PHPackages                             alcad/yii2-cas - 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. alcad/yii2-cas

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

alcad/yii2-cas
==============

Simple client for CAS

89814[1 PRs](https://github.com/alcad/Yii2-CAS/pulls)PHP

Since Nov 17Pushed 5y ago4 watchersCompare

[ Source](https://github.com/alcad/Yii2-CAS)[ Packagist](https://packagist.org/packages/alcad/yii2-cas)[ RSS](/packages/alcad-yii2-cas/feed)WikiDiscussions master Synced today

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

Yii2-CAS
========

[](#yii2-cas)

Simple wrapper for phpCAS in Yii2

> **NOTE:** Module is in initial development. jasig/phpCAS is required

Configuration
-------------

[](#configuration)

config/param.php

```
return [
	...
	'cas' => [
		'host' => 'https://app.example.com/',
		'port' => 443,
		'uri' => '/cas',
                'log_file' => '/tmp/phpCAS.log',
	],
	...
];
```

config/web.php

```
$config = [
	...
	'bootstrap' => [... , 'cas'],
	'components' => [
		'casUser' => [
			'class' => 'alcad\cas\CasUser',
		]
	],
	'modules' => [
		'cas' => [
			'class' => 'alcad\cas\Cas',
		],
	]
	...
]
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% 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/d23cdb699fac0b911ca295e27d486249e52084199800f61eb0b796f74a636dec?d=identicon)[alcad](/maintainers/alcad)

---

Top Contributors

[![alcad](https://avatars.githubusercontent.com/u/8047837?v=4)](https://github.com/alcad "alcad (19 commits)")[![adamzammit](https://avatars.githubusercontent.com/u/1452303?v=4)](https://github.com/adamzammit "adamzammit (1 commits)")

### Embed Badge

![Health badge](/badges/alcad-yii2-cas/health.svg)

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

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