2017 © Pedro Peláez
 

library gradwell_smsapi

A PHP library for sending text messages with the Gradwell SMS API

image

punkstar/gradwell_smsapi

A PHP library for sending text messages with the Gradwell SMS API

  • Wednesday, February 12, 2014
  • by punkstar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Gradwell SMS API

Unofficial library to send SMS messages using the Gradwell API., (*1)

Installation

Composer

{
    "require": {
        "punkstar/gradwell_smsapi": "dev-master"
    }
}

Usage

require_once "vendor/autoload.php";

$sms = new \Gradwell\SMSAPI\Service($auth_token);
$message = new \Gradwell\SMSAPI\Message($your_mobile, $your_mobile, 'Hello World');

$sms->send($message);

The Versions

12/02 2014

dev-develop

dev-develop https://github.com/punkstar/gradwell_smsapi

A PHP library for sending text messages with the Gradwell SMS API

  Sources   Download

MIT

The Requires

 

The Development Requires

sms gradwell

12/02 2014

dev-master

9999999-dev https://github.com/punkstar/gradwell_smsapi

A PHP library for sending text messages with the Gradwell SMS API

  Sources   Download

MIT

The Requires

 

The Development Requires

sms gradwell

12/02 2014

1.0.0

1.0.0.0 https://github.com/punkstar/gradwell_smsapi

A PHP library for sending text messages with the Gradwell SMS API

  Sources   Download

MIT

The Requires

 

The Development Requires

sms gradwell