Julio Montoya d7be3fbf43 Updating vendors 11 năm trước cách đây
..
Collator 224a0e666e Updating vendors 11 năm trước cách đây
DateFormatter ae4afdabd6 Updating vendors 11 năm trước cách đây
Exception 224a0e666e Updating vendors 11 năm trước cách đây
Globals 224a0e666e Updating vendors 11 năm trước cách đây
Locale ae4afdabd6 Updating vendors 11 năm trước cách đây
NumberFormatter d7be3fbf43 Updating vendors 11 năm trước cách đây
ResourceBundle d7be3fbf43 Updating vendors 11 năm trước cách đây
Resources ae4afdabd6 Updating vendors 11 năm trước cách đây
Tests d7be3fbf43 Updating vendors 11 năm trước cách đây
Util 321ce65f18 Updating vendors 11 năm trước cách đây
CONTRIBUTING.md 224a0e666e Updating vendors 11 năm trước cách đây
Intl.php ae4afdabd6 Updating vendors 11 năm trước cách đây
LICENSE 224a0e666e Updating vendors 11 năm trước cách đây
README.md 321ce65f18 Updating vendors 11 năm trước cách đây
composer.json 224a0e666e Updating vendors 11 năm trước cách đây
phpunit.xml.dist 224a0e666e Updating vendors 11 năm trước cách đây

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