mvbcoding/spryngclient-php
Composer 安装命令:
composer require mvbcoding/spryngclient-php
包简介
PHP Client for the spryng.nl sms API
关键字:
README 文档
README
Installing
The recommended way of installing the spryng client is through composer:
If you don't yet have composer installed: curl -sS https://getcomposer.org/installer | php
Add spryngclient to your composer.json: ./composer.phar require mvbcoding/spryngclient-php
Usage
#!php
require 'vendor/autoload.php';
$client = new MvBCoding\SpryngClient\Client('username', 'password');
$credits = $client->check_balance();
echo $credits->getMessage();
$result = $client->sendSms('sender', 'destination', 'message');
echo $result->getMessage();
LICENCE
MIT
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-04