namshi/smscountry
最新稳定版本:2.0.2
Composer 安装命令:
composer require namshi/smscountry
包简介
This small library provides support for sending Sms messages via SMSCountry
README 文档
README
This small library provides support for sending Sms messages via SMSCountry
Installation
Installation can be done via composer, as the library is already on packagist.
The library uses semantic versioning for its API, so it is recommended to use a stable minor version (1.0, 1.1, etc.) and stick to it when declaring dependencies through composer:
"namshi/smscountry": "1.0.*",
Pick major and minor version according to your needs.
Usage
Using this library is super easy:
<?php use Namshi\SMSCountry\Client; $smsClient = new Client($username, $password, $senderId, $soapService); $smsClient->sendSms($phoneNumber, $body);
统计信息
- 总下载量: 26.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-12