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.2
Suggests
- ext-intl: For best performance and support of other locales than "en"
- 1.x-dev
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.1
- v1.22.0
- v1.20.0
- v1.19.0
- v1.18.1
- v1.18.0
- v1.17.1
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.2
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-18 10:14:45 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.