PHPackages                             saint\_seraphim/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. [API Development](/categories/api)
4. /
5. saint\_seraphim/laravel\_cas\_server

ActiveLibrary[API Development](/categories/api)

saint\_seraphim/laravel\_cas\_server
====================================

A laravel package provides CAS server implementation

3.0.0(8y ago)023MITPHPPHP &gt;=7.0

Since Sep 20Pushed 3y agoCompare

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

READMEChangelogDependencies (6)Versions (15)Used By (0)

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

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

laravel\_cas\_server is a Laravel package that implements the server part of [CAS protocol](https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html) v1/v2/v3.

This package works for Laravel 5.5/5.6 . Please check 2.x branch if you are using Laravel 5.1 - 5.4 .

[![Latest Version](https://camo.githubusercontent.com/c19e507da846176eb98519d469d98391223ed8761067326b326fd6d08ad1cb7c/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c656f3130382f6c61726176656c5f6361735f7365727665722e737667)](https://github.com/leo108/laravel_cas_server/releases)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://camo.githubusercontent.com/c5bb83932a23b029e26266a15bfd4ba98278aa0a5602003856a3160a339228ff/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c656f3130382f6c61726176656c5f6361735f7365727665722f6d61737465722e737667)](https://travis-ci.org/leo108/laravel_cas_server)[![Coverage Status](https://camo.githubusercontent.com/fd2644003d38f6ee4fea4f70be234d5f2ebf4c2b10bf69f6f243315c53c14326/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c656f3130382f6c61726176656c5f6361735f7365727665722f6d61737465722e737667)](https://scrutinizer-ci.com/g/leo108/laravel_cas_server/code-structure)[![Total Downloads](https://camo.githubusercontent.com/5de3d8731522572db8513fa79c6c1da769f32fc96f162a1ce16af0078583f96c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656f3130382f6c61726176656c5f6361735f7365727665722e737667)](https://packagist.org/packages/leo108/laravel_cas_server)

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

[](#requirements)

- PHP &gt;=7.0

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

[](#installation--usage)

- `composer require saint_seraphim/laravel_cas_server`
- add `Leo108\CAS\CASServerServiceProvider::class` to the `providers` field in `config/app.php`
- `php artisan vendor:publish --provider="Leo108\CAS\CASServerServiceProvider"`
- modify `config/cas.php`, fields in config file are all self-described
- `php artisan migrate`
- make your `App\User` implement `Leo108\CAS\Contracts\Models\UserModel`
- create a class implements `Leo108\CAS\Contracts\TicketLocker`
- create a class implements `Leo108\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/leo108/php_cas_server)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 81.2% 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 ~43 days

Recently: every ~87 days

Total

14

Last Release

3014d ago

Major Versions

1.0.6 → 2.0.02016-10-29

2.1.0 → 3.0.02018-04-03

PHP version history (2 changes)1.0.4PHP &gt;=5.5.9

3.0.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/90ffacd21cd2c2fed3e9e585aa358b9448980ab8b3e2c2bda315a8d22f80d100?d=identicon)[SaintSeraphim](/maintainers/SaintSeraphim)

---

Top Contributors

[![leo108](https://avatars.githubusercontent.com/u/1551716?v=4)](https://github.com/leo108 "leo108 (56 commits)")[![SaintSeraphim](https://avatars.githubusercontent.com/u/19537701?v=4)](https://github.com/SaintSeraphim "SaintSeraphim (6 commits)")[![phy25](https://avatars.githubusercontent.com/u/331403?v=4)](https://github.com/phy25 "phy25 (4 commits)")[![sbtsrbayer](https://avatars.githubusercontent.com/u/5262641?v=4)](https://github.com/sbtsrbayer "sbtsrbayer (2 commits)")[![wuwx](https://avatars.githubusercontent.com/u/4401?v=4)](https://github.com/wuwx "wuwx (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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