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/README.md

22 lines
827 B
Markdown
Raw Normal View History

Intl Component
=============
2016-03-03 12:05:42 +00:00
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
2017-12-28 14:08:38 +00:00
locales, you should [install the intl PHP extension][0] instead.
2013-03-15 16:01:06 +00:00
Resources
---------
2016-03-03 12:05:42 +00:00
* [Documentation](https://symfony.com/doc/current/components/intl.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)
* [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
(for the Intl component development)
2019-07-29 18:25:29 +01:00
[0]: https://php.net/intl.setup