Stars: 2530
Forks: 5
Pull Requests: 1
Issues: 0
Watchers: 5
Last Updated: 2023-08-28 09:14:20
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
License: MIT License
Languages: PHP
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.
This library is released under the MIT license.