PHP code example of mfrouh / 4jawaly

1. Go to this page and download the library: Download mfrouh/4jawaly 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/ */

    

mfrouh / 4jawaly example snippets



use MFrouh\Sms4jawaly\Facades\Sms4jawaly;

 Sms4jawaly::getBalance();



use MFrouh\Sms4jawaly\Facades\Sms4jawaly;

 Sms4jawaly::sendSms($message,$phone_number, $phone_code);