Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的短信组件
- Host: GitHub
- URL: https://github.com/ryan1068/yii2-sms
- Owner: ryan1068
- Created: 2017-12-09T06:39:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T08:50:17.000Z (over 6 years ago)
- Last Synced: 2024-10-01T14:25:15.390Z (about 1 month ago)
- Topics: yii, yii2-extension, yii2-sms
- Language: PHP
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii2-sms
基于yii2开发的手机短信组件。
Usage
```php
return [
'components' => [
'sms' => [
'class' => Sms::class,
'url' => 'api url',
'as sms' => SmsBehavior::class,
],
],
];
```