platolin/twsms-sender
Composer 安装命令:
composer require platolin/twsms-sender
包简介
The Twsms SMS sending PHP 5.3 library.
关键字:
README 文档
README
Twsms 簡訊發送
Installation
composer require platolin/twsms-sender
The recommended way to install SmsSender is through composer.
Just create a composer.json file for your project:
{
"require": {
"platolin/twsms-sender": "~1.0"
}
}
Usage
<?php $longsms ='N'; $TwsmsSender = new TwSmsSender('username','password'); $result = $TwsmsSender->send('0975000000', 'test sms message', '201612312359' ,$longsms);
统计信息
- 总下载量: 230
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-09