PHPackages                             guoguo882010/baidu-sms - 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. guoguo882010/baidu-sms

ActiveLibrary

guoguo882010/baidu-sms
======================

百度短息发送

1.0.0(8mo ago)022MITPHPPHP &gt;=7.1

Since Aug 22Pushed 8mo agoCompare

[ Source](https://github.com/guoguo882010/baidu-sms)[ Packagist](https://packagist.org/packages/guoguo882010/baidu-sms)[ RSS](/packages/guoguo882010-baidu-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

百度 发送短信
=======

[](#百度-发送短信)

**安装**

```
composer require guoguo882010/baidu-sms
```

**使用**

```
//百度账户 SK 和 AK
$config = [
    'accessKey'       => 'xxx',
    'secretAccessKey' => 'xxx',
];

$sms = new \RSHDSDK\BaiDuSMS\BaiDuSMS($config);

//没有参数可以不传
$param = [
    'name'=>'李先生',
    'date'=>'2024-01-01',
];

$sms->send('13333333333','短信签名id','短信模版id',$param);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b57028d0ae01c0a3e0a63cf818bff6b9d6ec8f8b92c506ac6a344d42e1dfea8?d=identicon)[gk](/maintainers/gk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/guoguo882010-baidu-sms/health.svg)

```
[![Health](https://phpackages.com/badges/guoguo882010-baidu-sms/health.svg)](https://phpackages.com/packages/guoguo882010-baidu-sms)
```

PHPackages © 2026

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