PHPackages                             dfggmc/userverify - 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. dfggmc/userverify

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

dfggmc/userverify
=================

这是一套集成用户注册、登录、验证码、邮箱验证的整合包

0.0.1(1y ago)18Apache-2.0PHPPHP &gt;= 7.4

Since Oct 29Pushed 1y agoCompare

[ Source](https://github.com/dfggmc/userverify)[ Packagist](https://packagist.org/packages/dfggmc/userverify)[ RSS](/packages/dfggmc-userverify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

UserVerify Library
==================

[](#userverify-library)

用户验证库，集成了用户注册、登录、和邮箱验证的功能。

安装
--

[](#安装)

通过 Composer 安装：

```
composer require dfggmc/userverify
```

使用：
---

[](#使用)

确保有一个名为`users`表表结构中必须有以下字段

```
CREATE TABLE users (
    user_id INTEGER PRIMARY KEY AUTOINCREMENT,
    username TEXT NOT NULL UNIQUE,
    email TEXT NOT NULL UNIQUE,
    password TEXT NOT NULL
);
```

使用方法在`test`文件夹中，文件内部已做好详细注释

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

567d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f32b7cad85e9225c4efc6402022e34982ba27e068e8ba28cc11381aa2399570?d=identicon)[XiaoFeng-QWQ](/maintainers/XiaoFeng-QWQ)

---

Top Contributors

[![XiaoFeng-QWQ](https://avatars.githubusercontent.com/u/118364173?v=4)](https://github.com/XiaoFeng-QWQ "XiaoFeng-QWQ (5 commits)")

### Embed Badge

![Health badge](/badges/dfggmc-userverify/health.svg)

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

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

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