Download the PHP package composer-fallback/php-http.client-implementation.symfony without Composer
On this page you can find all versions of the php package composer-fallback/php-http.client-implementation.symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download composer-fallback/php-http.client-implementation.symfony
More information about composer-fallback/php-http.client-implementation.symfony
Files in composer-fallback/php-http.client-implementation.symfony
Package php-http.client-implementation.symfony
Short Description Satisfy "php-http/client-implementation" with packages provided by user, or fallback to "symfony".
License MIT
Informations about the package php-http.client-implementation.symfony
Fallback for php-http/client-implementation using symfony
Provides a metapackage for library needing php-http/client-implementation
that fallback to a default implementation when user does not meet
the initial requirements.
Usage
Composer will, by preference:
- use an implementation provided by the user
- otherwise, fallbacks to
symfony/http-client
How does it works
This package contains 2 versions:
-
The highest 1.1 needs nothing more than your requirements.
- The lowest 1.0 triggers install of
symfony/http-client.
Composer will choose this highest version when user already has a package that satisfy php-http/client-implementation.
Otherwise, composer will choose the lowest version and in that case will
download the following packages: symfony/http-client.
What problem does it solve?
You are maintaining a library that need an implementation of php-http/client-implementation,
but you don't want requiring a specific implementation.
ie. You are maintainer of library that use the following composer.json
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/php-http.client-implementation.symfony,
users will be able to require their preferred implementation
or fallback to your default choice
Example of user that meet the preferred requirements
Example of user that fallback to your recommendations
Alternatives
Contributing
This repository is automatically generated. If you want contributing and submitting an issue or a Pull Request, please use composer-fallback/generator.