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

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

zbanx/laravel-cas-client
========================

Zbanx CAS Client

v0.3.2(4y ago)1445Apache-2.0PHP

Since Jul 6Pushed 4y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

Laravel CAS Client
==================

[](#laravel-cas-client)

> Zbanx CAS Client

快速开始
----

[](#快速开始)

1. 使用 composer 安装

```
composer require zbanx/laravel-cas-client

```

2. 发布配置文件

```
php artisan vendor:publish --provider="Zbanx\CasClient\CasClientServiceProvider"

```

3. 用户模型添加 `\Zbanx\CasClient\Traits\CasUser` 特性

```
class User extends Authenticatable implements JWTSubject
{
    use Notifiable;
    use SoftDeletes;
    use CasUser;

    // ...
}

```

4. 为需要管理权限的接口增加 `cas.permission` 中间件

```
Route::post('/download', 'ProjectAnalysisController@download')->name('download')->middleware('cas.permission');

```

接口路由
----

[](#接口路由)

MethodUriDescGET/cas/routes获取权限路由POST/cas/login登录接口POST/cas/refresh刷新token接口POST/cas/logout退出登录接口异常说明
----

[](#异常说明)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~23 days

Recently: every ~68 days

Total

13

Last Release

1536d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/963602fbcdc1bcbbd9ceed7b52992cb6b816abdb1e9e16bb6860738e74cf740a?d=identicon)[spiritfelix](/maintainers/spiritfelix)

![](https://www.gravatar.com/avatar/b626ffc5acaedfeac233397fbf83d00b2f8e473ea0a1c01d51682f7670f62277?d=identicon)[eiixy](/maintainers/eiixy)

---

Top Contributors

[![eiixy](https://avatars.githubusercontent.com/u/22978107?v=4)](https://github.com/eiixy "eiixy (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M981](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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