dev-master
9999999-devDistext client for PHP
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0Distext client for PHP
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
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)
Distext client for PHP
MIT
Distext client for PHP
MIT