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

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