opis/intl

This package is abandoned and no longer maintained. No replacement package was suggested.

Internationalization library

dev-master / 1.0.x-dev 2019-07-05 11:36 UTC

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.