Julio Montoya d7be3fbf43 Updating vendors il y a 11 ans
..
Collator 224a0e666e Updating vendors il y a 11 ans
DateFormatter ae4afdabd6 Updating vendors il y a 11 ans
Exception 224a0e666e Updating vendors il y a 11 ans
Globals 224a0e666e Updating vendors il y a 11 ans
Locale ae4afdabd6 Updating vendors il y a 11 ans
NumberFormatter d7be3fbf43 Updating vendors il y a 11 ans
ResourceBundle d7be3fbf43 Updating vendors il y a 11 ans
Resources ae4afdabd6 Updating vendors il y a 11 ans
Tests d7be3fbf43 Updating vendors il y a 11 ans
Util 321ce65f18 Updating vendors il y a 11 ans
CONTRIBUTING.md 224a0e666e Updating vendors il y a 11 ans
Intl.php ae4afdabd6 Updating vendors il y a 11 ans
LICENSE 224a0e666e Updating vendors il y a 11 ans
README.md 321ce65f18 Updating vendors il y a 11 ans
composer.json 224a0e666e Updating vendors il y a 11 ans
phpunit.xml.dist 224a0e666e Updating vendors il y a 11 ans

README.md

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 instead.

Documentation

The documentation for the component can be found online.

Resources

You can run the unit tests with the following command:

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