PHPackages                             yjtec/laravel-cas-client - 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. yjtec/laravel-cas-client

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

yjtec/laravel-cas-client
========================

laravel cas client

1.0.4(6y ago)1237MITPHP

Since Oct 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/yjtec/laravel-cas-client)[ Packagist](https://packagist.org/packages/yjtec/laravel-cas-client)[ RSS](/packages/yjtec-laravel-cas-client/feed)WikiDiscussions master Synced today

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

laravel-cas-client
==================

[](#laravel-cas-client)

cas 客户端调用

Guard配置
-------

[](#guard配置)

> config/auth.php

guard 存在用户表
-----------

[](#guard--存在用户表)

```
'guards'    => [
    'cas' => [
            'driver'   => 'cas',
            'provider' => 'account',
        ],
]

...
'providers' => [

        'account' => [
            'driver' => 'eloquent',
            'model'  => Yjtec\Rbac\Models\User::class,
        ],
    ],

```

guard 没有用户表，要基本信息
-----------------

[](#guard--没有用户表要基本信息)

```
'guards'    => [
    'cas' => [
            'driver'   => 'cas',
            'provider' => 'cas',
        ],
]

...
'providers' => [

        'cas' => [
            'driver' => 'cas',
        ],
    ],

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

4

Last Release

2393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48311842?v=4)[Yjtec](/maintainers/Yjtec)[@yjtec](https://github.com/yjtec)

---

Top Contributors

[![kidkang](https://avatars.githubusercontent.com/u/22092546?v=4)](https://github.com/kidkang "kidkang (3 commits)")[![um-why](https://avatars.githubusercontent.com/u/24377892?v=4)](https://github.com/um-why "um-why (1 commits)")[![yjtec](https://avatars.githubusercontent.com/u/48311842?v=4)](https://github.com/yjtec "yjtec (1 commits)")

### Embed Badge

![Health badge](/badges/yjtec-laravel-cas-client/health.svg)

```
[![Health](https://phpackages.com/badges/yjtec-laravel-cas-client/health.svg)](https://phpackages.com/packages/yjtec-laravel-cas-client)
```

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