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
2020-03-15 10:38:08 +01:00
..
Collator Fix CS 2020-02-04 09:04:52 +01:00
Data Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
DateFormatter Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
Exception Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Globals Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
Locale Improve some URLs 2019-08-08 17:01:12 +02:00
NumberFormatter Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
ResourceBundle Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Resources [Intl][3.4] Bump ICU 66.1 2020-03-12 20:58:31 +01:00
Tests [Intl] Update the ICU data to 65.1 2019-10-04 20:48:33 +02:00
Util Fix return statements 2019-08-13 08:33:05 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Intl.php [Intl][3.4] Bump ICU 66.1 2020-03-12 20:58:31 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Locale.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Improve some URLs 2019-08-08 17:01:12 +02:00

Intl Component

A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.

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

Resources