PHPackages                             micorksen/cas-oauth-laravel - 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. micorksen/cas-oauth-laravel

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

micorksen/cas-oauth-laravel
===========================

A way to bridge an OAuth provider to a CAS-only application.

v2.0.0(2y ago)030GPL-3.0-onlyPHP

Since Jan 15Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Micorksen/cas-oauth-laravel)[ Packagist](https://packagist.org/packages/micorksen/cas-oauth-laravel)[ RSS](/packages/micorksen-cas-oauth-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (0)

**cas-oauth-laravel**

---

**Configuration :**

**⚠️ Note: You need to add checked variables into the `.env` file and create a service, else, the package won't route anything.**

- `CAS_PROPERTY` : Property used for generating the CAS ticket *(default : `id`)*
- `OAUTH_PROVIDER` : Socialite driver to use.
- `OAUTH_SCOPES` : Scopes to use, separated with commas *(default : `openid,profile,email`)*.
- `OAUTH_CLIENT_ID` : ID of your OAuth application.
- `OAUTH_CLIENT_SECRET` : Secret of your OAuth application.
- `OAUTH_PARAMS` : Custom args to pass to the OAuth provider, in format of `key=value`, separated with commas.

**Requirements :**

- Install the package using `composer require micorksen/cas-oauth-laravel` and install your Socialite's driver. BOOM! You're ready to go.
- Create a service in the `config/services.php` file, like this :

```
return [
  ...

  'cas' => [
    'https://micorksen.eu/(.*)',
  ],
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~72 days

Total

9

Last Release

828d ago

Major Versions

v1.0.7 → v2.0.02024-02-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cd6a42b3deaac9164ee7a80556f0873572ff6e365f8ecdb5f6a776a85f0f10b?d=identicon)[micorksen](/maintainers/micorksen)

---

Top Contributors

[![Micorksen](https://avatars.githubusercontent.com/u/35396314?v=4)](https://github.com/Micorksen "Micorksen (56 commits)")

---

Tags

bridgecascas-serverlaraveloauthoauth2oauth2-client

### Embed Badge

![Health badge](/badges/micorksen-cas-oauth-laravel/health.svg)

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

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)

PHPackages © 2026

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