PHP code example of arutil / ar-php
1. Go to this page and download the library: Download arutil/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/ */
arutil / ar-php example snippets
composer
I18N\Arabic;
$obj = new Arabic('Numbers');
echo $obj->int2str(1975);