Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 731 Bytes

index.md

File metadata and controls

28 lines (18 loc) · 731 Bytes

Intl Package

The Intl package provides tools for the localization and internationalization of an application through the use of message loaders, domain catalogs, and resource bundles. Furthermore, the package extends a handful of Utility classes to automatically provide localized strings and parameters.

Requirements

  • Multibyte extension
  • Intl extension

Installation

This package can be installed with Composer.

composer require titon/intl:*

Documentation