PHP code example of imrostom / muthofun

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

    

imrostom / muthofun example snippets

 php
return [
    'username' => 'imrostom',
    'password' => '123456',
    'unicode'  => 1, // 1 or 0
    'database' => true,
    'demo'     => true,
    'version'  => '1.0',
];

 php
$response = Muthofun::messages(['mobile'=> '+0145465', 'message'=> 'a demo message'])->send();