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
Fabien Potencier b2e7ca3ca4 Merge branch '2.7'
* 2.7: (36 commits)
  [Debug] fix error message on double exception
  [Validator] make DateTime objects represented as strings in the violation message.
  [RFC] [DebugBundle] [HttpKernel] Avoid using container as dependency for DumpListener
  Upgrade information for the Translation component regarding the new LoggingTranslator class.
  [WebProfilerBundle] Remove usage of app.request in search bar template
  Fix initialized() with aliased services
  fix data type in docblock
  Rename Symfony2 to Symfony
  bumped Symfony version to 2.6.0
  updated VERSION for 2.6.0-BETA2
  updated CHANGELOG for 2.6.0-BETA2
  [Debug] fix ENT_SUBSTITUTE usage
  compare version using PHP_VERSION_ID
  backport #12489
  remove an unneeded check
  Remove block submit_widget
  reformat code as suggested by @fabpot
  Fix typo
  Make `\Request::get` more performant.
  properly set request attributes in controller test
  ...
2014-11-28 11:01:03 +01:00
..
Collator Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Data compare version using PHP_VERSION_ID 2014-11-17 17:27:42 +01:00
DateFormatter compare version using PHP_VERSION_ID 2014-11-17 17:27:42 +01:00
Exception [Intl] Improved bundle reader implementations 2014-09-15 22:29:25 +02:00
Globals fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Locale Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
NumberFormatter Merge branch '2.3' into 2.5 2014-11-20 14:22:25 +01:00
ResourceBundle [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
Resources Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Tests Merge branch '2.3' into 2.5 2014-11-20 14:22:25 +01:00
Util [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json updated version to 3.0 2014-11-11 09:37:22 +01:00
CONTRIBUTING.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Intl.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Locale.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
phpunit.xml.dist [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
README.md updated version to 3.0 2014-11-11 09:37:22 +01: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