PHPackages                             lenyans/wushidu-core-sdk - 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. lenyans/wushidu-core-sdk

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

lenyans/wushidu-core-sdk
========================

wushidu-core-server sdk

v1.0.5(6y ago)010MITPHPPHP &gt;=7.1.0

Since Feb 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lenyans/wushidu-core-sdk)[ Packagist](https://packagist.org/packages/lenyans/wushidu-core-sdk)[ RSS](/packages/lenyans-wushidu-core-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

wushidu-core-sdk
================

[](#wushidu-core-sdk)

#### 获取sdk实例

[](#获取sdk实例)

```
// 获取sdk实例
$wushidu = \wushidu\WushiduCore::getInstance([
    'app_id' => '1',
    'app_secret' => '123',
    'server' => 'http://127.0.0.1:8000',
]);

```

#### 内容安全检测

[](#内容安全检测)

```
// 调用文字检测
// 参数1：字符串数组
// 参数2：类型标记
// 参数3：携带自定义数据
$res = $wushidu->contentSafe()->textScan([
    '文本1',
    '文本2',
], 'default', ['a' => 1]);

```

#### 发送短信验证码

[](#发送短信验证码)

```
// 手机验证码
// 参数1：手机号
// 参数2：验证码
$res = $wushidu->sms()->sendSms('151xxxxxxxx', '1234');

print_r($res);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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 ~1 days

Total

6

Last Release

2312d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/108951454?v=4)[aistt](/maintainers/aistt)[@aistt](https://github.com/aistt)

### Embed Badge

![Health badge](/badges/lenyans-wushidu-core-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lenyans-wushidu-core-sdk/health.svg)](https://phpackages.com/packages/lenyans-wushidu-core-sdk)
```

###  Alternatives

[yourls/yourls

Your Own URL Shortener

12.1k27.9k1](/packages/yourls-yourls)

PHPackages © 2026

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