PHPackages                             nonsense2596/ez-authsch - 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. nonsense2596/ez-authsch

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

nonsense2596/ez-authsch
=======================

Authsch socialite driver

026PHP

Since Nov 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nonsense2596/ez-authsch)[ Packagist](https://packagist.org/packages/nonsense2596/ez-authsch)[ RSS](/packages/nonsense2596-ez-authsch/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ez-authsch
==========

[](#ez-authsch)

A Laravel socialite oauth2 module for authsch ()

install with this:

```
composer require nonsense2596/ez-authsch

```

publish the package files to your project folder:

```
php artisan vendor:publish

```

and choose the number of the "nonsense2596/ez-authsch" package

edit the scopes you want to use in config/authsch.php

list of possible scopes:

```
    'authsch_scopes' => [
        "basic",
        "displayName",
        "sn",
        "givenName",
        "mail",
        "linkedAccounts",
        "eduPersonEntitlement",
        "mobile",
        "niifEduPersonAttendedCourse",
        "entrants",
        "admembership",
        "bmeunitscope",
    ],

```

create the required database tables for ez-authsch:

```
php artisan migrate

```

---

to run a demo page, that displays all possible information of the logged in user @ the "ip:port/user" route add the following to the web.php file

```
Route::group(['middleware' => 'web'], function (){
    Route::get('/user',[UserController::class,'index'])->middleware('auth');
});

```

also, example routes for the login, callback and logout functions

```
Route::get('/auth/schonherz', [SocialController::class, 'schonherzRedirect'])->name('login');
Route::get('/auth/schonherz/callback', [SocialController::class, 'loginWithSchonherz']);
Route::get('/auth/schonherz/logout',[SocialController::class, 'logOutOfSchonFuckingHerz']);

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e919c4c2c14b324b26c2c2e01cebad893daa54c478880be9a4edcabc6b01a30?d=identicon)[nonsense2596](/maintainers/nonsense2596)

---

Top Contributors

[![nonsense2596](https://avatars.githubusercontent.com/u/14295831?v=4)](https://github.com/nonsense2596 "nonsense2596 (23 commits)")

### Embed Badge

![Health badge](/badges/nonsense2596-ez-authsch/health.svg)

```
[![Health](https://phpackages.com/badges/nonsense2596-ez-authsch/health.svg)](https://phpackages.com/packages/nonsense2596-ez-authsch)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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