coreproc/globelabs-api

There is no license information available for the latest version (0.1.5) of this package.

PHP library to utilize the Globe Labs API

0.1.5 2014-11-22 21:10 UTC

This package is auto-updated.

Last update: 2024-04-12 06:16:33 UTC


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