1Symfony Polyfill / Intl: ICU
2============================
3
4This package provides fallback implementations when the
5[Intl](https://php.net/intl) extension is not installed.
6It is limited to the "en" locale and to:
7
8- [`intl_is_failure()`](https://php.net/intl-is-failure)
9- [`intl_get_error_code()`](https://php.net/intl-get-error-code)
10- [`intl_get_error_message()`](https://php.net/intl-get-error-message)
11- [`intl_error_name()`](https://php.net/intl-error-name)
12- [`Collator`](https://php.net/Collator)
13- [`NumberFormatter`](https://php.net/NumberFormatter)
14- [`Locale`](https://php.net/Locale)
15- [`IntlDateFormatter`](https://php.net/IntlDateFormatter)
16
17More information can be found in the
18[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
19
20License
21=======
22
23This library is released under the [MIT license](LICENSE).
24