• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-May-2021-

Collator/H19-May-2021-29697

Data/H19-May-2021-2,7941,318

DateFormatter/H19-May-2021-2,017871

Exception/H19-May-2021-30389

Globals/H19-May-2021-12843

Locale/H19-May-2021-32487

NumberFormatter/H19-May-2021-906407

ResourceBundle/H19-May-2021-620236

Resources/H19-May-2021-290,508289,212

Tests/H19-May-2021-8,1476,238

Util/H19-May-2021-436161

.gitignoreH A D19-May-202134 43

Intl.phpH A D19-May-20217.6 KiB280138

LICENSEH A D19-May-20211 KiB2016

Locale.phpH A D19-May-20213.1 KiB11745

README.mdH A D19-May-2021827 2216

composer.jsonH A D19-May-20211.3 KiB4544

phpunit.xml.distH A D19-May-2021984 3833

README.md

1Intl Component
2=============
3
4A PHP replacement layer for the C intl extension that also provides access to
5the localization data of the ICU library.
6
7The replacement layer is limited to the locale "en". If you want to use other
8locales, you should [install the intl PHP extension][0] instead.
9
10Resources
11---------
12
13  * [Documentation](https://symfony.com/doc/current/components/intl.html)
14  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
15  * [Report issues](https://github.com/symfony/symfony/issues) and
16    [send Pull Requests](https://github.com/symfony/symfony/pulls)
17    in the [main Symfony repository](https://github.com/symfony/symfony)
18  * [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
19    (for the Intl component development)
20
21[0]: https://php.net/intl.setup
22