opis/intl
This package is abandoned and no longer maintained.
No replacement package was suggested.
Internationalization library
Maintainers
dev-master / 1.0.x-dev
2019-07-05 11:36 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.5 || ^7.0
Suggests
- ext-intl: For multiple locale support
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 22cf2031f03556cdc91d9a3e67ae92c7fea36e02
- Sorin Sarca <sarca_sorin.woop@hotmail.com>
- Marius Sarca <marius.sarca.woop@gmail.com>
This package is auto-updated.
Last update: 2021-01-06 11:44:06 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
Internationalization library
Opis Intl is an internationalization library with support for numbers, date, time and translations.
License
Opis Intl is licensed under the Apache License, Version 2.0.
Requirements
- PHP 7.0 or higher
- intl extension (recommended)
Installation
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';
Documentation
Examples and documentation can be found here.
