PHP code example of muadshibani / ar-php

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

    

muadshibani / ar-php example snippets


composer 

 
    
    I18N\Arabic;
    
    $obj = new Arabic('Numbers');
    echo $obj->int2str(1975);