Skip to content

youlead-bow/spothit-sms-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spot-hit API

Spot-hit SMS API PHP client.

Installation

The recommended way to install Spot-hit SMS API PHP client is through composer:

$ composer require youlead-bow/spothit-sms-api

Usage

Sending simple SMS

<?php

$client = new Spothit\Client\Sms('***API_KEY***');

$client->setSmsRecipients(['+336********']);
$client->setSmsSender('AnySender');

$client->send('Yiiii - This is my first SMS');

About

Spot-hit SMS PHP library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%