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

ActiveLibrary

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 yesterday

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

Total

6

Last Release

2261d 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

[n98/magerun

Tools for managing Magento projects and installations

1.4k264.7k7](/packages/n98-magerun)[n98/magerun2

Tools for managing Magento projects and installations

928244.3k6](/packages/n98-magerun2)[razorpay/razorpay

Razorpay PHP Client Library

2024.8M44](/packages/razorpay-razorpay)[pubnub/pubnub

This is the official PubNub PHP SDK repository.

1314.6M17](/packages/pubnub-pubnub)[culqi/culqi-php

Cliente Culqi API para PHP

41356.8k1](/packages/culqi-culqi-php)[ahmadawais/sendy-php-api

Sendy PHP API Wrapper: Complete API interfacing.

8673.5k](/packages/ahmadawais-sendy-php-api)

PHPackages © 2026

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