PHPackages                             mohuishou/auto-sign - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mohuishou/auto-sign

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mohuishou/auto-sign
===================

联通优选在沃自动签到包

0.2.0(9y ago)362PHPPHP &gt;5.4

Since Nov 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mohuishou/autoSign)[ Packagist](https://packagist.org/packages/mohuishou/auto-sign)[ RSS](/packages/mohuishou-auto-sign/feed)WikiDiscussions master Synced today

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

沃贝自动签到
======

[](#沃贝自动签到)

> 用于联通沃贝相关活动的自动签到

优选在沃自动签到
--------

[](#优选在沃自动签到)

### 文件

[](#文件)

```
YxzwSign.php

```

### 使用方法

[](#使用方法)

> 由于优选在沃登录使用了图形验证码，所以这里使用了我的另外一个验证码识别的包，验证码识别需要先建立特征库，详细请点击[image-ocr](https://github.com/mohuishou/ImageOCR)

#### 安装

[](#安装)

```
composer require mohuishou/auto-sign

```

#### 引入

[](#引入)

```
require_once "vendor/autoload.php"
```

#### 使用

[](#使用)

只有一个主方法,index("优选在沃手机号","优选在沃密码");

```
 try{
     $yxzw_sign=new \Mohuishou\Lib\YxzwSign();
     $auto_sign=$yxzw_sign->index("优选在沃手机号","优选在沃密码");
 }catch (Exception $e){
    echo $e->getMessage();
 }
```

#### 返回值

[](#返回值)

参数说明status签到状态，1:签到成功,2:已签到,0:签到失败,-1:用户名或密码错误sign\_info当月签到信息all\_sign当月签到总数wb用户当前沃贝数目msg提示信息```
Array
(
    [status] => 2
    [sign_info] => stdClass Object
        (
            [1] => stdClass Object
                (
                    [signed] => 1
                    [makeUp] => 0
                    [felwareType] => 0
                )
            ……
        )
    [all_sign] => 9
    [wb] => 825
    [msg] =>
)

```

Features
--------

[](#features)

- 沃贝四川自动签到

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Every ~11 days

Total

2

Last Release

3510d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15172509?v=4)[Mo Huishou](/maintainers/mohuishou)[@mohuishou](https://github.com/mohuishou)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mohuishou-auto-sign/health.svg)

```
[![Health](https://phpackages.com/badges/mohuishou-auto-sign/health.svg)](https://phpackages.com/packages/mohuishou-auto-sign)
```

###  Alternatives

[dueros/bot-sdk

度秘bot开发的PHP SDK

7414.7k1](/packages/dueros-bot-sdk)[zephir/kirby-contentsync

Kirby contentsync plugin

543.2k](/packages/zephir-kirby-contentsync)

PHPackages © 2026

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