Skip to content

refact-be/distext-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distext client for PHP

Installation: composer require distext/distext

Usage:

<?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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages