coreproc/globelabs-api
最新稳定版本:0.1.5
Composer 安装命令:
composer require coreproc/globelabs-api
包简介
PHP library to utilize the Globe Labs API
关键字:
README 文档
README
A PHP library for consuming Globe Labs API - brought to you by Coreproc.
Quick start
Required setup
The easiest way to install this library is via Composer.
Create a composer.json file and enter the following:
{
"require": {
"coreproc/globelabs-api": "0.*"
}
}
If you haven't yet downloaded your composer file, you can do so by executing the following in your command line:
curl -sS https://getcomposer.org/installer | php
Once you've downloaded the composer.phar file, continue with your installation by running the following:
php composer.phar install
Usage
Sending SMS
You will need to set up an account with Globe Labs and create an app there.
TODO
统计信息
- 总下载量: 52
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-11-22