coreproc / globelabs-api
PHP library to utilize the Globe Labs API
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/coreproc/globelabs-api
Requires
- php: >=5.3.0
- coreproc/msisdn-ph: 0.1.*
- guzzlehttp/guzzle: ~5.0
- nesbot/carbon: 1.13.*
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