PHP code example of chuk-shirley / laminas-no-intl

1. Go to this page and download the library: Download chuk-shirley/laminas-no-intl 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/ */

    

chuk-shirley / laminas-no-intl example snippets


return [
    // ... other modules
    'Laminas\I18n',
    'NoIntl',
];

return [
    'no_intl' => [
        'default_locale' => 'en_US_POSIX', // Rename to different locale (e.g. fr-CA, fr-FR, etc.)
    ],
];