1. Go to this page and download the library: Download miladzamir/orange 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/ */
miladzamir / orange example snippets
use MiladZamir\Orange\Orange;
Orange::smsSend(['091312345678', '09031234567'],'sms content');
Orange::smsSend(['091312345678'],'Hi my brother!', '10000001');
use MiladZamir\Orange\Orange;
Orange::smsLookup('091312345678','569325','','','verify');
use MiladZamir\Orange\Orange;
Orange::smsReceive('100000000005',true);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.