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
2014-01-01 08:52:14 +01:00
..
Collator [Intl] Removed "Stub" prefix from stub classes 2013-04-11 11:28:48 +02:00
DateFormatter removed unneeded use statements 2014-01-01 08:52:14 +01:00
Exception removed unneeded use statements 2014-01-01 08:52:14 +01:00
Globals [Intl] Removed "Stub" prefix from stub classes 2013-04-11 11:28:48 +02:00
Locale [Locale] Fixed: Locale::setDefault() throws no exception when "en" is passed 2013-08-24 16:32:55 +02:00
NumberFormatter Merge branch '2.2' into 2.3 2013-09-22 20:04:39 +02:00
ResourceBundle [Intl] make currency bundle merge fallback locales when accessing data, allowing use of country-specific locales 2013-10-20 17:06:39 +01:00
Resources [Intl] Updated stubs to reflect ICU 51.2 2013-08-06 15:22:18 +02:00
Tests Skips test that need full lib-intl. 2013-12-30 07:16:13 +01:00
Util add memcache, memcached, and mongodb extensions to run skipped tests 2013-12-22 09:51:57 -05:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Bumped Icu dependency to RC 2013-05-16 11:48:58 +02:00
CONTRIBUTING.md [Intl] Changed Intl::getStubIcuVersion() to Intl::getIcuStubVersion() 2013-04-05 10:11:14 +02:00
Intl.php [Intl] Updated stubs to reflect ICU 51.2 2013-08-06 15:22:18 +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 Fixes link indices 2013-08-01 14:40:45 +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] 0 instead.

Documentation

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

Resources

You can run the unit tests with the following command:

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