1. Go to this page and download the library: Download alxjzx100/turbosmsua library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
alxjzx100 / turbosmsua example snippets
alxjzx100\TurboSmsUA\httpApi;
$httpApi = new httpApi('YOUR_API_KEY');
$httpApi->send('380661234567', 'SMS text');