mobtexting / message-sdk
A boilerplate for contributions.
Installs: 3 995
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
- guzzlehttp/guzzle: ^5|^6|^7
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-10-08 15:37:54 UTC
README
This package makes it easy to send Mobtexting Message.
Contents
Installation
You can install the package via composer:
composer require mobtexting/message-sdk
Usage
<?php $token = "YYYYYY"; $client = new Mobtexting\Message\Client($token); $message = $client->send( '1234567890', // Text this number array( 'from' => 'MOBtxt', 'text' => 'Hello from MOBtexting!', 'service' => 'T' ) ); print_r($message->json());
Testing
$ composer test
Security
If you discover any security related issues, please email support@mobtexting.com instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.