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