Download the PHP package coreproc/globelabs-api without Composer
On this page you can find all versions of the php package coreproc/globelabs-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coreproc/globelabs-api
More information about coreproc/globelabs-api
Files in coreproc/globelabs-api
Download coreproc/globelabs-api
More information about coreproc/globelabs-api
Files in coreproc/globelabs-api
Vendor coreproc
Package globelabs-api
Short Description PHP library to utilize the Globe Labs API
License
Homepage https://github.com/chrisbjr/ApiGuard
Package globelabs-api
Short Description PHP library to utilize the Globe Labs API
License
Homepage https://github.com/chrisbjr/ApiGuard
Please rate this library. Is it a good library?
Informations about the package globelabs-api
Globe Labs API - PHP Library
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
All versions of globelabs-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
guzzlehttp/guzzle Version ~5.0
coreproc/msisdn-ph Version 0.1.*
nesbot/carbon Version 1.13.*
guzzlehttp/guzzle Version ~5.0
coreproc/msisdn-ph Version 0.1.*
nesbot/carbon Version 1.13.*
The package coreproc/globelabs-api contains the following files
Loading the files please wait ....