Skip to content

apimaster-ir/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms

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.