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

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.

Awesome Lists containing this project

README

        





Yii2 Sms Extension



[![Build Status](https://img.shields.io/travis/yii2-contrib/sms.svg?style=flat-square)](http://travis-ci.org/lichunqiang/sms)
[![version](https://img.shields.io/packagist/v/yii2-contrib/sms.svg?style=flat-square)](https://packagist.org/packages/yii2-contrib/sms)
[![Download](https://img.shields.io/packagist/dt/yii2-contrib/sms.svg?style=flat-square)](https://packagist.org/packages/yii2-contrib/sms)
[![Contact](https://img.shields.io/badge/[email protected]?style=flat-square)](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
-------
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)