wchuang/sms

通用短信网关

Maintainers

Details

git.oschina.net/wchuang/sms.git

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/wchuang/sms

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

This package is not auto-updated.

Last update: 2025-10-20 19:00:28 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(); ?>```