PHPackages                             marshallu/mu-auth - 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. marshallu/mu-auth

ActiveWordpress-plugin

marshallu/mu-auth
=================

MU Auth is a WordPress plugin that provides a simple way to authenticate users against the Marshall University SSO.

v1.1.3(2mo ago)064MITPHPPHP &gt;=8.3

Since Jul 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/marshallu/mu-auth)[ Packagist](https://packagist.org/packages/marshallu/mu-auth)[ RSS](/packages/marshallu-mu-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (8)Used By (0)

MU Auth
=======

[](#mu-auth)

A WordPress plugin that provides Single Sign-On (SSO) authentication for Marshall University via CAS (Central Authentication Service).

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

[](#requirements)

- WordPress
- ACF Pro
- Gravity Forms (optional, required for the Gravity Forms Viewer role)

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

[](#installation)

Install via Composer:

```
composer require marshallu/mu-auth
```

Or place the plugin in your `wp-content/plugins/` directory and activate it.

Configuration
-------------

[](#configuration)

The plugin must be enabled via environment variable:

```
MU_AUTH_ENABLE=true
```

On Pantheon, the plugin activates automatically when `PANTHEON_ENVIRONMENT` is set.

Once active, configure access via the **Settings &gt; MU Auth Settings** page in the WordPress admin. This requires ACF Pro.

### Auth Users

[](#auth-users)

Add MU Net IDs and assign each a permissions level:

Permissions LevelWordPress RoleAdministratoradministratorEditoreditorFormsgravity\_forms\_viewerProfilesprofiles\_manager### Site Visibility

[](#site-visibility)

- **Public** - Site accessible to all visitors
- **Admins** - Only users listed in Auth Users
- **Extras** - Admins plus additional view-only users

### Super Users

[](#super-users)

To grant certain MU Net IDs unconditional access across all sites without storing them in version control, add a filter in a mu-plugin (e.g. `wp-content/mu-plugins/super-users.php`):

```
add_filter( 'mu_auth_super_users', function( $users ) {
    return array( 'netid1', 'netid2' );
} );
```

Custom Roles
------------

[](#custom-roles)

### Gravity Forms Viewer

[](#gravity-forms-viewer)

Can view, export, and annotate Gravity Forms entries. Restricted to Gravity Forms pages only in the admin.

### Profiles Manager

[](#profiles-manager)

Can create and edit Employee posts and Department taxonomy terms. Restricted to those post types in the admin.

Development
-----------

[](#development)

```
composer lint      # Check coding standards
composer format    # Auto-fix formatting
composer analyse   # Run PHPStan static analysis
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance88

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~1 days

Total

6

Last Release

62d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34515c639712e2e66d9e7e60f2d3eb4cebc1a048b645b82458d553964f125c26?d=identicon)[mccomaschris](/maintainers/mccomaschris)

---

Top Contributors

[![mccomaschris](https://avatars.githubusercontent.com/u/26128?v=4)](https://github.com/mccomaschris "mccomaschris (46 commits)")

---

Tags

pluginwordpress

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marshallu-mu-auth/health.svg)

```
[![Health](https://phpackages.com/badges/marshallu-mu-auth/health.svg)](https://phpackages.com/packages/marshallu-mu-auth)
```

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[10up/debug-bar-elasticpress

Extends the Debug Bar plugin for usage with ElasticPress

2917.0k](/packages/10up-debug-bar-elasticpress)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)

PHPackages © 2026

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