Opis Intl is an internationalization library with support for numbers, date, time and translations.
Opis Intl is licensed under the Apache License, Version 2.0.
- PHP 7.0 or higher
- intl extension (recommended)
This library is available on Packagist and can be installed using Composer.
{
"require": {
"opis/intl": "1.0.x-dev"
}
}
If you are unable to use Composer you can download the
tar.gz or the zip
archive file, extract the content of the archive and include de autoload.php
file into your project.
require_once 'path/to/intl-master/autoload.php';
Examples and documentation can be found here.