2017 © Pedro Peláez
 

library spryngclient-php

PHP Client for the spryng.nl sms API

image

mvbcoding/spryngclient-php

PHP Client for the spryng.nl sms API

  • Sunday, September 4, 2016
  • by mvanbaak
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Spryng SMS API client in PHP

Installing

The recommended way of installing the spryng client is through composer:, (*1)

If you don't yet have composer installed: curl -sS https://getcomposer.org/installer | php, (*2)

Add spryngclient to your composer.json: ./composer.phar require mvbcoding/spryngclient-php, (*3)

Usage

#!php

require 'vendor/autoload.php';

$client = new MvBCoding\SpryngClient\Client('username', 'password');

$credits = $client->check_balance();
echo $credits->getMessage();

$result = $client->sendSms('sender', 'destination', 'message');
echo $result->getMessage();

LICENCE

MIT, (*4)

The Versions

04/09 2016

dev-master

9999999-dev http://www.mvbcoding.nl

PHP Client for the spryng.nl sms API

  Sources   Download

MIT

The Requires

 

sms spryng mvbcoding

04/09 2016

0.0.1

0.0.1.0 http://www.mvbcoding.nl

PHP Client for the spryng.nl sms API

  Sources   Download

MIT

The Requires

 

sms spryng mvbcoding