PHPackages                             mo-lin/edu-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mo-lin/edu-auth

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

mo-lin/edu-auth
===============

shanghai edu unified identity authentication

v0.2.2(6y ago)0108MITPHPPHP &gt;=7.1.0

Since Nov 29Pushed 6y agoCompare

[ Source](https://github.com/molinchenxi/edu-auth)[ Packagist](https://packagist.org/packages/mo-lin/edu-auth)[ RSS](/packages/mo-lin-edu-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

edu-auth
========

[](#edu-auth)

shanghai edu unified identity authentication

Install
-------

[](#install)

`composer require mo-lin/edu-auth`

Usage
-----

[](#usage)

1. 获取三方调用链接

```
   $auth = new \EduOauth\Auth();
   $link = $auth->getOauthLink('http://x.xx.xxx/callback');

```

2. 通过 code 获取三方用户信息

```
    $code = $GET['code'];
    $auth = (new \EduOauth\Auth())->setCallBack('http://x.xx.xxx/callback');
    $userInfo = $auth->getUserInfo();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~143 days

Total

4

Last Release

2292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ff918fe2da279a9842086ceb3e9e75061b77ae4d8150a917b1c49927f2fbd82?d=identicon)[molin](/maintainers/molin)

---

Top Contributors

[![molinchenxi](https://avatars.githubusercontent.com/u/26620861?v=4)](https://github.com/molinchenxi "molinchenxi (9 commits)")[![runlong-yao](https://avatars.githubusercontent.com/u/50858336?v=4)](https://github.com/runlong-yao "runlong-yao (4 commits)")

---

Tags

composerphp

### Embed Badge

![Health badge](/badges/mo-lin-edu-auth/health.svg)

```
[![Health](https://phpackages.com/badges/mo-lin-edu-auth/health.svg)](https://phpackages.com/packages/mo-lin-edu-auth)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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