PHP code example of javierslzrh / playsmsws
1. Go to this page and download the library: Download javierslzrh/playsmsws 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/ */
javierslzrh / playsmsws example snippets
Playsms::sendSms('+584260001122', 'Good morning');
Playsms::scheduleSms('+584260001122', 'Good morning', '2014-07-22 06:00:00');