Spot-hit SMS API PHP client.
The recommended way to install Spot-hit SMS API PHP client is through composer:
$ composer require youlead-bow/spothit-sms-api
<?php
$client = new Spothit\Client\Sms('***API_KEY***');
$client->setSmsRecipients(['+336********']);
$client->setSmsSender('AnySender');
$client->send('Yiiii - This is my first SMS');