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

ActiveLibrary

yanthink/sms
============

亿美软通、建周、3G新传媒短信接口

1.0(8y ago)1230↓100%MITPHPPHP &gt;=5.5.9

Since Jul 12Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

sms
===

[](#sms)

亿美软通、建周、3G新传媒短信接口

安装
--

[](#安装)

1. 打开终端执行下面命令:

```
composer require yanthink/sms
```

2. 打开 `config/app.php` 然后将下面内容添加到 `providers` 数组中:

```
Yanthink\Sms\SmsServiceProvider::class,
```

3. 将下面内容添加到 `config/app.php` 文件的 `aliases` 数组中:

```
'Sms' => Yanthink\Sms\Facades\Sms::class,
```

4. 在终端执行下面命令:

```
php artisan vendor:publish --provider="Yanthink\Sms\SmsServiceProvider"
```

使用
--

[](#使用)

```
