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

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

ymkatz/laravel\_cas\_server\_ldap
=================================

A laravel package provides CAS server implementation with an LDAP backend

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

Since Sep 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/YMKatz/laravel_cas_server_ldap)[ Packagist](https://packagist.org/packages/ymkatz/laravel_cas_server_ldap)[ RSS](/packages/ymkatz-laravel-cas-server-ldap/feed)WikiDiscussions master Synced 2w ago

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

CAS Server for Laravel backed by LDAP
=====================================

[](#cas-server-for-laravel-backed-by-ldap)

laravel\_cas\_server\_ldap 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 is a fork of [leo108/laravel\_cas\_server](https://github.com/leo108/laravel_cas_server) that is backed by LDAP instead of Eloquent.

This package works for Laravel 5.8.

[![Latest Version](https://camo.githubusercontent.com/950bc17149984be26144afbf82596b18181a036369a9d7dd9a4569695da64317/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f594d4b61747a2f6c61726176656c5f6361735f7365727665725f6c6461702e737667)](https://github.com/YMKatz/laravel_cas_server_ldap/releases)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://camo.githubusercontent.com/e6f7be4ccb863234d36ab479c602fc95e1d30d52249b0931a6a4baa500b4af3e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f594d4b61747a2f6c61726176656c5f6361735f7365727665725f6c6461702f6d61737465722e737667)](https://travis-ci.org/YMKatz/laravel_cas_server_ldap)[![Coverage Status](https://camo.githubusercontent.com/f7718c078114ddf8c79c30c88b9ab9dd8cfa85bfecf486268bc657f6df4497ca/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f594d4b61747a2f6c61726176656c5f6361735f7365727665725f6c6461702f6d61737465722e737667)](https://scrutinizer-ci.com/g/YMKatz/laravel_cas_server_ldap/code-structure)[![Total Downloads](https://camo.githubusercontent.com/e7e61bb490dce317486614c68efe9372b87df3762ce231b437c6af381a0570f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f594d4b61747a2f6c61726176656c5f6361735f7365727665725f6c6461702e737667)](https://packagist.org/packages/YMKatz/laravel_cas_server_ldap)

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

[](#requirements)

- PHP &gt;=7.0
- Adldap-Laravel

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

[](#installation--usage)

- `composer require ymkatz/laravel_cas_server_ldap`
- `php artisan vendor:publish --provider="YMKatz\CAS\CASServerServiceProvider"`
- modify `config/cas.php`, fields in config file are all self-described
- make your `App\User` implement `YMKatz\CAS\Contracts\Models\UserModel`
- create a class implements `YMKatz\CAS\Contracts\TicketLocker`
- create a class implements `YMKatz\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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 76.4% 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

3010d 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://avatars.githubusercontent.com/u/88755?v=4)[MK](/maintainers/kohenkatz)[@kohenkatz](https://github.com/kohenkatz)

![](https://avatars.githubusercontent.com/u/93333?v=4)[Yehuda Katz](/maintainers/yakatz)[@yakatz](https://github.com/yakatz)

---

Top Contributors

[![leo108](https://avatars.githubusercontent.com/u/1551716?v=4)](https://github.com/leo108 "leo108 (55 commits)")[![yakatz](https://avatars.githubusercontent.com/u/93333?v=4)](https://github.com/yakatz "yakatz (12 commits)")[![phy25](https://avatars.githubusercontent.com/u/331403?v=4)](https://github.com/phy25 "phy25 (4 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/ymkatz-laravel-cas-server-ldap/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

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

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M218](/packages/backpack-crud)[venturedrake/laravel-crm

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

42010.0k](/packages/venturedrake-laravel-crm)

PHPackages © 2026

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