PHPackages                             studentaffairsuwm/shibboleth - 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. studentaffairsuwm/shibboleth

Abandoned → [saitswebuwm/shibboleth](/?search=saitswebuwm%2Fshibboleth)Library[Authentication &amp; Authorization](/categories/authentication)

studentaffairsuwm/shibboleth
============================

Enable basic Shibboleth support for Laravel 5.x

1.1.1(9y ago)301.3k40[7 issues](https://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider/issues)[1 PRs](https://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider/pulls)PHPPHP &gt;=5.4.0

Since Mar 25Pushed 9y ago5 watchersCompare

[ Source](https://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider)[ Packagist](https://packagist.org/packages/studentaffairsuwm/shibboleth)[ RSS](/packages/studentaffairsuwm-shibboleth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (32)Used By (0)

Laravel Shibboleth Service Provider
===================================

[](#laravel-shibboleth-service-provider)

This package provides an easy way to implement Shibboleth Authentication for Laravel 5.

Features
--------

[](#features)

- Compatibility with Laravel 5
- Includes User and Group model examples
- Ability to *emulate* an IdP (via [https://github.com/mrclay/shibalike](https://github.com/mrclay/shibalike "Shibalike"))

Pre-Requisites
--------------

[](#pre-requisites)

In order to use this plugin, we assume you already have a pre-existing Shibboleth SP and Shibboleth IdP configured. This does not (and will not) go into explaining how to set that up.

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

[](#installation)

Include the following in your `composer.json` file and run `composer update` (or `composer install` if it's a new project).

```
{
    "require": {
        "studentaffairsuwm/shibboleth": "1.1.1"
    }
}

```

Then, append the following line inside your `/config/app.php` file within the `Providers` array.

```
'StudentAffairsUwm\Shibboleth\ShibbolethServiceProvider'

```

You'll also want to add this to your `/config/auth.php` file.

```
/*
|--------------------------------------------------------------------------
| Group Model
| --------------------------------------------------------------------------
|
| When using the "shibboleth" authentication driver, it requires that a
| group model is supported. Of course, it is often just the "Group" model
| but you may use whatever you like.
|
*/

'group_model' => 'App\Group',

```

Finally, we just need to publish to include some default models, the database migrations, and the configuration file in your project. We include migrations for a simple user and group table, it is up to you to expand upon those.

Run the following commands to publish and then migrate your database:

```
$ php artisan vendor:publish
$ php artisan migrate

```

Once the migrations have run successfully, change the driver to `shibboleth` in your `/config/auth.php` file.

```
'driver' => 'shibboleth'

```

Looking for Laravel 4?
----------------------

[](#looking-for-laravel-4)

We have stopped development on the Laravel 4 version of this plugin for now. We are welcoming pull requests, however! Feel free to use any tag below 1.0.0 for Laravel 4 compatible versions.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~44 days

Recently: every ~58 days

Total

21

Last Release

3545d ago

Major Versions

0.5.6 → 1.0.02015-03-10

0.5.8 → 1.0.22015-06-18

PHP version history (2 changes)0.1PHP &gt;=5.3.0

1.0.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/74e0e3cfe621bdff2daee4e9e72be60a3d4c9d45b6fae37c01c6b038e57823c5?d=identicon)[saits-webteam](/maintainers/saits-webteam)

---

Top Contributors

[![michaeljs1990](https://avatars.githubusercontent.com/u/2604634?v=4)](https://github.com/michaeljs1990 "michaeljs1990 (32 commits)")[![cjmaio](https://avatars.githubusercontent.com/u/2188715?v=4)](https://github.com/cjmaio "cjmaio (10 commits)")[![daynesh](https://avatars.githubusercontent.com/u/5201088?v=4)](https://github.com/daynesh "daynesh (2 commits)")[![dfoxx](https://avatars.githubusercontent.com/u/4933482?v=4)](https://github.com/dfoxx "dfoxx (1 commits)")[![pyrello](https://avatars.githubusercontent.com/u/709009?v=4)](https://github.com/pyrello "pyrello (1 commits)")[![saits-webteam](https://avatars.githubusercontent.com/u/6908510?v=4)](https://github.com/saits-webteam "saits-webteam (1 commits)")[![tdhsmith](https://avatars.githubusercontent.com/u/1791252?v=4)](https://github.com/tdhsmith "tdhsmith (1 commits)")

### Embed Badge

![Health badge](/badges/studentaffairsuwm-shibboleth/health.svg)

```
[![Health](https://phpackages.com/badges/studentaffairsuwm-shibboleth/health.svg)](https://phpackages.com/packages/studentaffairsuwm-shibboleth)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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