PHPackages                             mrd/ypsms-php-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. mrd/ypsms-php-sdk

ActiveLibrary

mrd/ypsms-php-sdk
=================

Yunpian PHP SDK

v0.0.2(5y ago)035MITPHPPHP &gt;=5.6.0

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/boxplay/ypsms-php-sdk)[ Packagist](https://packagist.org/packages/mrd/ypsms-php-sdk)[ Docs](https://github.com/yunpian/yunpian-php-sdk)[ RSS](/packages/mrd-ypsms-php-sdk/feed)WikiDiscussions master Synced 1w ago

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

yunpian-php-sdk
===============

[](#yunpian-php-sdk)

[云片](https://www.yunpian.com/) SDK

快速开始
----

[](#快速开始)

- 添加 composer 依赖

```
"require": {
        "yunpian/yunpian-php-sdk" : "~1.0"
    }
```

- 使用 YunpianClient

```
use \Yunpian\Sdk\YunpianClient;

//初始化client,apikey作为所有请求的默认值
$clnt = YunpianClient::create($apikey);

$param = [YunpianClient::MOBILE => '18616020000',YunpianClient::TEXT => '【云片网】您的验证码是1234'];
$r = $clnt->sms()->single_send($param);
//var_dump($r);
if($r->isSucc()){
    //$r->data()
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

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

2

Last Release

2043d ago

### Community

Maintainers

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

---

Tags

sdkyunpian

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mrd-ypsms-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/mrd-ypsms-php-sdk/health.svg)](https://phpackages.com/packages/mrd-ypsms-php-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[yunpian/yunpian-php-sdk

Yunpian PHP SDK

69103.2k4](/packages/yunpian-yunpian-php-sdk)[azure-oss/storage

Azure Blob Storage PHP SDK

37985.0k5](/packages/azure-oss-storage)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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