PHPackages                             yalesites-org/yale\_cas - 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. yalesites-org/yale\_cas

ActiveDrupal-module[Authentication &amp; Authorization](/categories/authentication)

yalesites-org/yale\_cas
=======================

v1.3.0(1mo ago)096.5k↓85.1%PHP

Since May 17Pushed 1mo agoCompare

[ Source](https://github.com/yalesites-org/yale_cas)[ Packagist](https://packagist.org/packages/yalesites-org/yale_cas)[ RSS](/packages/yalesites-org-yale-cas/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (9)Dependencies (4)Versions (15)Used By (0)

Yale CAS Module
===============

[](#yale-cas-module)

Overview
--------

[](#overview)

The Yale CAS module, developed by Yale ITS, facilitates easy integration of the CAS single sign-on system for Drupal sites in the Yale community. Administrators can configure CAS settings and map CAS attributes effortlessly.

Installation
------------

[](#installation)

```
composer require yalesites-org/yale_cas
drush en yale_cas
```

Altering CAS App Parameter via Hook
-----------------------------------

[](#altering-cas-app-parameter-via-hook)

The Yale CAS module provides a hook that allows other modules to alter the CAS `app` parameter before redirecting to the CAS server. By default, the `app` parameter is set to `yalesites`, but you can override it using the following hook in a custom module:

```
/**
 * Implements hook_yale_cas_app_parameter_alter().
 */
function MYMODULE_yale_cas_app_parameter_alter(&$app_value, $event) {
  // Override the 'app' parameter.
  $app_value = 'my_custom_app';
}
```

This hook is invoked just before the CAS redirect, allowing you to customize the app parameter sent to the CAS server.

Contribution / Collaboration
----------------------------

[](#contribution--collaboration)

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance91

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~183 days

Recently: every ~278 days

Total

9

Last Release

45d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9594124?v=4)[Jim Vomero](/maintainers/nJim)[@nJim](https://github.com/nJim)

---

Top Contributors

[![vinmassaro](https://avatars.githubusercontent.com/u/969062?v=4)](https://github.com/vinmassaro "vinmassaro (13 commits)")[![nJim](https://avatars.githubusercontent.com/u/9594124?v=4)](https://github.com/nJim "nJim (8 commits)")[![dblanken-yale](https://avatars.githubusercontent.com/u/128765777?v=4)](https://github.com/dblanken-yale "dblanken-yale (4 commits)")[![rigoucr](https://avatars.githubusercontent.com/u/2217827?v=4)](https://github.com/rigoucr "rigoucr (1 commits)")

### Embed Badge

![Health badge](/badges/yalesites-org-yale-cas/health.svg)

```
[![Health](https://phpackages.com/badges/yalesites-org-yale-cas/health.svg)](https://phpackages.com/packages/yalesites-org-yale-cas)
```

###  Alternatives

[openeuropa/oe_authentication

Authentication against the OpenEuropa Authentication service.

17333.7k6](/packages/openeuropa-oe-authentication)[az-digital/az_quickstart

Arizona Quickstart

52280.4k3](/packages/az-digital-az-quickstart)[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)
