1. Go to this page and download the library: Download tekkenking/swissecho 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/ */
swissecho()->gateway('vonage')->quick('XXXXXXXXXXXX', "My name is bola");
$sw = swissecho();
//$sw->mockNotifiable($user);
$sw->gateway('termii');
$sw->to = "XXXXXXXXXXXX";
$sw->sender = "AXIX";
$sw->message = "The world is a beauty place created by GOD";
$sw->go();
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.