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

ActiveYii2-extension

sindll/yii2-cas
===============

The cas extension for the Yii framework

v1.0.3(4y ago)00PHP

Since Aug 13Pushed 4y agoCompare

[ Source](https://github.com/sindll/yii2-cas)[ Packagist](https://packagist.org/packages/sindll/yii2-cas)[ RSS](/packages/sindll-yii2-cas/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Yii2 cas module
===============

[](#yii2-cas-module)

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

[](#installation)

```
php composer.phar require --prefer-dist sindll/yii2-cas:"^1.0"

```

or add

```
"sindll/yii2-cas": "^1.0"
```

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

[](#configuration)

main.php

```
return [
    //....
    'bootstrap' => [
        //...
        'cas',
    ],
    'modules' => [
        //...
        'cas' => [
            'class' => 'sindll\cas\Module',
        ],
    ],
    'components' => [
        //...
        'user' => [
            //...
            'loginUrl' => ['cas/passport/login'],
        ],
    ]
];
```

params.php

```
return [
    //...
    'cas' => [
        'host' => '',
        'port' => '',
        'path' => '',
        'log'  => '',
        'handle_logout_request' => [
            'check_client'    => false, // default
            'allowed_clients' => [], // default
        ],
    ]
];
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Every ~1 days

Total

4

Last Release

1730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/982dcc0cac3fe48ec93288c37b21607b6fcb81ee1d41a87795157699fb8e447e?d=identicon)[sindll-tech](/maintainers/sindll-tech)

---

Top Contributors

[![sindll-tech](https://avatars.githubusercontent.com/u/85152143?v=4)](https://github.com/sindll-tech "sindll-tech (2 commits)")

---

Tags

casyii2

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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