PHPackages                             minr/flarum-ext-auth-weibo - 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. minr/flarum-ext-auth-weibo

ActiveFlarum-extension[Authentication &amp; Authorization](/categories/authentication)

minr/flarum-ext-auth-weibo
==========================

Allow users to log in with Weibo.

v0.1.8(6y ago)3162[5 PRs](https://github.com/minr/auth-weibo/pulls)MITPHP

Since Jan 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/minr/auth-weibo)[ Packagist](https://packagist.org/packages/minr/flarum-ext-auth-weibo)[ RSS](/packages/minr-flarum-ext-auth-weibo/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (16)Used By (0)

Flarum-ext-auth-weibo
=====================

[](#flarum-ext-auth-weibo)

该插件适用于使用微博（weibo）第三方登录的 Flarum。

安装
--

[](#安装)

通过 Composer 安装此包。

```
composer require minr/flarum-ext-auth-weibo
```

注意
--

[](#注意)

若要支持中文，请修改核心代码：

- ./vendor/flarum/core/src/User/UserValidator.php

```
'regex:/^[-_a-zA-Z0-9\x7f-\xff]+$/i',
```

- ./vendor/flarum/core/src/Forum/Auth/Registration.php

```
/**
 * @param string $username
 * @return $this
 */
public function suggestUsername(string $username): self{
    // $username = preg_replace('/[^a-z0-9-_]/i', '', $username);
    return $this->suggest('username', $username);
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.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 ~0 days

Total

9

Last Release

2319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/548667ed920a9fbe7069cd4f449535dd0a6dae332a1d4ba6e5bf435e313a9db1?d=identicon)[supermin](/maintainers/supermin)

---

Top Contributors

[![minr](https://avatars.githubusercontent.com/u/2948149?v=4)](https://github.com/minr "minr (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![flarum-bot](https://avatars.githubusercontent.com/u/39334649?v=4)](https://github.com/flarum-bot "flarum-bot (1 commits)")

---

Tags

flarum-ext-authflarum-extensionphpAuthentication

### Embed Badge

![Health badge](/badges/minr-flarum-ext-auth-weibo/health.svg)

```
[![Health](https://phpackages.com/badges/minr-flarum-ext-auth-weibo/health.svg)](https://phpackages.com/packages/minr-flarum-ext-auth-weibo)
```

###  Alternatives

[league/oauth2-google

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

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

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

32013.0M66](/packages/league-oauth2-facebook)[adam-paterson/oauth2-stripe

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

172.4M4](/packages/adam-paterson-oauth2-stripe)[adam-paterson/oauth2-slack

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

22694.8k5](/packages/adam-paterson-oauth2-slack)[cakedc/oauth2-cognito

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

18597.7k](/packages/cakedc-oauth2-cognito)[hehongyuanlove/flarum-auth-qq

Allow users to log in with QQ

111.0k](/packages/hehongyuanlove-flarum-auth-qq)

PHPackages © 2026

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