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 1mo ago

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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity31

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

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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