PHP code example of davidyell / numbers_to_words
1. Go to this page and download the library: Download davidyell/numbers_to_words 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/ */
davidyell / numbers_to_words example snippets
public $helpers = [
'NumbersToWords.NumbersToWords' => [
'locale' => 'en_GB'
]
];
<?= $this->NumbersToWords->spell(5); // 'five';