This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl
2013-04-11 11:19:17 +02:00
..
Collator [Intl] Improved inline documentation 2013-04-11 11:19:17 +02:00
DateFormatter [Intl] Improved inline documentation 2013-04-11 11:19:17 +02:00
Exception [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Globals [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Locale [Intl] Improved inline documentation 2013-04-11 11:19:17 +02:00
NumberFormatter [Intl] Improved inline documentation 2013-04-11 11:19:17 +02:00
ResourceBundle [Intl] Fixed version comparisons in the transformation rules 2013-04-05 10:14:38 +02:00
Resources [Intl] Improved error messages in the build scripts 2013-04-05 12:37:05 +02:00
Tests [Intl] Moved stub data to Icu component 1.0.x 2013-04-05 10:14:38 +02:00
Util [Intl] Added a check for the ICU data version to IntlTestHelper to prevent the stub class tests from failing 2013-04-05 10:14:38 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json [Intl] Changed composer.json to disallow future versions of the Icu component 2013-04-05 10:11:16 +02:00
CONTRIBUTING.md [Intl] Changed Intl::getStubIcuVersion() to Intl::getIcuStubVersion() 2013-04-05 10:11:14 +02:00
Intl.php [Intl] Outsourced bundle reader creation to Icu component 2013-04-05 10:14:38 +02:00
LICENSE [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
phpunit.xml.dist [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
README.md [Intl] Moved the content of the README file to symfony/symfony-docs 2013-04-05 10:11:15 +02:00

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl extension] 1 instead.

Documentation

The documentation for the component can be found [online] [2].

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer.phar install --dev
$ phpunit