PHPackages                             myamwso/yeah-verify - 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. myamwso/yeah-verify

ActiveLibrary

myamwso/yeah-verify
===================

try make a composer package about 163registration verify

1.0.2(7y ago)015MITPHPPHP &gt;=5.6

Since Apr 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Myamwso/yeah-verify)[ Packagist](https://packagist.org/packages/myamwso/yeah-verify)[ RSS](/packages/myamwso-yeah-verify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

验证163邮箱注册情况
===========

[](#验证163邮箱注册情况)

163注册验证
-------

[](#163注册验证)

### 数据库信息

[](#数据库信息)

```
    $this->host = '127.0.0.1'; //主机
    $this->dbName = '*****'; //库名
    $this->userName = '*****'; //用户名
    $this->password = '*****'; //密码
    $this->mailTable = 'test'; //表名

```

### redis连接以及信息

[](#redis连接以及信息)

```
    $this->redis = new \Redis();
    $this->redis->connect('127.0.0.1', 6379); //连接Redis主机以及端口
    $this->redis->auth('*****'); //密码验证
    $this->redis->select(0);//选择数据库0

```

### 163注册信息

[](#163注册信息)

地址 163验证接口地址

获取代理ip
------

[](#获取代理ip)

### 代理相关信息

[](#代理相关信息)

```
    $this->proxyKey = 'mail_yeah:proxy_ip_0'; //设置代理的redis缓存
    $this->proxyValue = '获取代理地址';

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

3

Last Release

2594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/924646859da360b931c1792d60cc3d8899dfa0acce3effecfc67eedf0e58432b?d=identicon)[huangjie](/maintainers/huangjie)

### Embed Badge

![Health badge](/badges/myamwso-yeah-verify/health.svg)

```
[![Health](https://phpackages.com/badges/myamwso-yeah-verify/health.svg)](https://phpackages.com/packages/myamwso-yeah-verify)
```

PHPackages © 2026

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