apimaster quick sms web service

v1.0.1 2020-02-17 13:09 UTC

This package is auto-updated.

Last update: 2024-04-17 22:14:39 UTC


README

Quick sms webservice by apimaster

Installation

Via Composer

$ composer require apimaster/sms

Usage

<?php

include 'vendor/autoload.php';

use APIMaster\SMS\SMS;

SMS::setApiKey('<YOUR_API_KEY');

$sms = SMS::send('0933xxxx957', 106, ['code' => 4859]);

print_r($sms);

Replace <YOUR_API_KEY> with your given api key.

Documentation

You can see documents in postman. Don't forget to check out endpoint examples.

License

This library is open-sourced package licensed under the MIT license.