https://github.com/yii2-contrib/sms
Easy sms tool kit for yii2 framework.
https://github.com/yii2-contrib/sms
yii2-easy-sms yii2-easysms yii2-extension yii2-sms yii2-sms-extension yii2-smser
Last synced: 3 months ago
JSON representation
Easy sms tool kit for yii2 framework.
- Host: GitHub
- URL: https://github.com/yii2-contrib/sms
- Owner: yii2-contrib
- License: mit
- Created: 2017-08-06T02:46:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T07:31:26.000Z (over 7 years ago)
- Last Synced: 2025-01-15T14:45:34.718Z (5 months ago)
- Topics: yii2-easy-sms, yii2-easysms, yii2-extension, yii2-sms, yii2-sms-extension, yii2-smser
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Yii2 Sms Extension
[](http://travis-ci.org/lichunqiang/sms)
[](https://packagist.org/packages/yii2-contrib/sms)
[](https://packagist.org/packages/yii2-contrib/sms)
[](http://weibo.com/chunqiang)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist yii2-contrib/sms "*"
```or add
```
"yii2-contrib/sms": "*"
```to the require section of your `composer.json` file.
Usage
-----TBD
Tests
-----```
$ composer test
```Change Log
----------Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
License
-------
[](LICENSE)