wchuang/sms

通用短信网关

dev-master 2016-09-08 09:29 UTC

This package is not auto-updated.

Last update: 2024-05-06 11:46:27 UTC


README

通用短信网关

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wchuang/sms "*"

or add

"wchuang/sms": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \wchuang\sms\AutoloadExample::widget(); ?>```