Download the PHP package composer-fallback/intl.symfony-polyfill without Composer
On this page you can find all versions of the php package composer-fallback/intl.symfony-polyfill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download composer-fallback/intl.symfony-polyfill
More information about composer-fallback/intl.symfony-polyfill
Files in composer-fallback/intl.symfony-polyfill
Package intl.symfony-polyfill
Short Description Satisfy "intl" with packages provided by user, or fallback to "symfony-polyfill".
License MIT
Informations about the package intl.symfony-polyfill
Fallback for intl using symfony-polyfill
Provides a metapackage for library needing intl
that fallback to a default implementation when user does not meet
the initial requirements.
Usage
Composer will, by preference:
- check if user has
ext-intl - otherwise, fallbacks to
symfony/intl
How does it works
This package contains 2 versions:
Composer will choose this highest version when user has the extension ext-intl.
Otherwise, composer will choose the lowest version and in that case will
download the following packages: symfony/intl.
What problem does it solve?
You are maintaining a library that need an implementation of intl,
but you don't want requiring a specific implementation.
ie. you need function defined in intl, but polyfill exists and would be enough.
When end users requires you library with the following code
They probably ends with such error
You can ask user to install a random package, it works, but the DX is very bad, and confusing at first.
By using composer-fallback/intl.symfony-polyfill,
users will provide the native implementation
or fallback to your default choice
Example of user that meet the preferred requirements
Example of user that fallback to your recommendations
Contributing
This repository is automatically generated. If you want contributing and submitting an issue or a Pull Request, please use composer-fallback/generator.