PHPackages                             fengxin8144/laravel\_cas\_server - 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. fengxin8144/laravel\_cas\_server

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

fengxin8144/laravel\_cas\_server
================================

A laravel package provides CAS server implementation , copy to leo108/laravel\_cas\_server

01[1 issues](https://github.com/fengxin8144/laravel_cas_server/issues)PHP

Since Sep 30Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CAS Server for Laravel
======================

[](#cas-server-for-laravel)

### copy to leo108/laravel\_cas\_server

[](#copy-to-leo108laravel_cas_server)

Requirements
------------

[](#requirements)

- PHP &gt;=7.0

Installation &amp;&amp; Usage
-----------------------------

[](#installation--usage)

- `composer require fengxin8144/laravel_cas_server`
- add `fengxin8144\CAS\CASServerServiceProvider::class` to the `providers` field in `config/app.php`
- `php artisan vendor:publish --provider="fengxin8144\CAS\CASServerServiceProvider"`
- modify `config/cas.php`, fields in config file are all self-described
- `php artisan migrate`
- make your `App\User` implement `fengxin8144\CAS\Contracts\Models\UserModel`
- create a class implements `fengxin8144\CAS\Contracts\TicketLocker`
- create a class implements `fengxin8144\CAS\Contracts\Interactions\UserLogin`
- visit `http://your-domain/cas/login` to see the login page (assume that you didn't change the `router.prefix` value in `config/cas.php`)

Example
-------

[](#example)

If you are looking for an out of box solution of CAS Server powered by PHP, you can check [php\_cas\_server](https://github.com/fengxin8144/php_cas_server)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17284601?v=4)[东软小师兄](/maintainers/fengxin8144)[@fengxin8144](https://github.com/fengxin8144)

---

Top Contributors

[![fengxin1995](https://avatars.githubusercontent.com/u/184767780?v=4)](https://github.com/fengxin1995 "fengxin1995 (12 commits)")

### Embed Badge

![Health badge](/badges/fengxin8144-laravel-cas-server/health.svg)

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

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