2017 © Pedro Peláez
 

library distext

Distext client for PHP

image

distext/distext

Distext client for PHP

  • Sunday, August 21, 2016
  • by guillaumesmo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Distext client for PHP

Installation: composer require distext/distext, (*1)

Usage:, (*2)

<?php

require_once __DIR__ . '/vendor/autoload.php';

$distext = new \Wavy\Distext\Distext('pasteYourApiKeyHere');

try {
    $distext->send('0123456789', 'your message here');
} catch(\Exception $e) {
    echo 'Unable to send message: ' . $e->getMessage();
}

To launch tests: vendor/bin/phpunit --bootstrap vendor/autoload.php tests, (*3)

The Versions

21/08 2016

dev-master

9999999-dev

Distext client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

21/08 2016

1.0.0

1.0.0.0

Distext client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires