PHP code example of illusive-man / converter

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

    

illusive-man / converter example snippets


use Converter\Core\Number2Text;

$number = new Number2Text();
//$number->currency(true);

$number = '1051650555165450046516654000654640690000959555987960054106514';
echo $test->convert($number);