Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryan1068/yii2-sms

基于yii2的短信组件
https://github.com/ryan1068/yii2-sms

yii yii2-extension yii2-sms

Last synced: 22 days ago
JSON representation

基于yii2的短信组件

Awesome Lists containing this project

README

        

yii2-sms

基于yii2开发的手机短信组件。

Usage
```php
return [
'components' => [
'sms' => [
'class' => Sms::class,
'url' => 'api url',
'as sms' => SmsBehavior::class,
],
],
];
```