symfony / polyfill-intl-icu
Symfony polyfill for intl's ICU-related data and classes
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Requires
- php: >=7.1
Suggests
- ext-intl: For best performance and support of other locales than "en"
This package is auto-updated.
Last update: 2023-08-28 09:14:24 UTC
README
This package provides fallback implementations when the Intl extension is not installed. It is limited to the "en" locale and to:
intl_is_failure()
intl_get_error_code()
intl_get_error_message()
intl_error_name()
Collator
NumberFormatter
Locale
IntlDateFormatter
More information can be found in the main Polyfill README.
License
This library is released under the MIT license.