PHP code example of itsmurumba / laravel-hostpinnacle
1. Go to this page and download the library: Download itsmurumba/laravel-hostpinnacle 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/ */
itsmurumba / laravel-hostpinnacle example snippets
use Itsmurumba\Hostpinnacle\Facades\Hostpinnacle;
$response = Hostpinnacle::sendQuickSMS([
'mobile' => '254720xxxxxx',
'msg' => 'Hello World!',
]);
bash
php artisan hostpinnacle:install