PHP code example of wearesho-team / kudisms-message-delivery

1. Go to this page and download the library: Download wearesho-team/kudisms-message-delivery 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/ */

    

wearesho-team / kudisms-message-delivery example snippets



use Wearesho\Delivery\Message;
use Wearesho\Delivery\KudiSms;

$service = KudiSms\Service::instance();
$service->send(new Message("Text", "3809700000000"));