Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
/ intl Public archive

[Abandoned] Internationalization library

License

Notifications You must be signed in to change notification settings

opis/intl

Repository files navigation

Opis Intl

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.

About

[Abandoned] Internationalization library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages