Download the PHP package composer-fallback/php-http.client-implementation.guzzle7 without Composer
On this page you can find all versions of the php package composer-fallback/php-http.client-implementation.guzzle7. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download composer-fallback/php-http.client-implementation.guzzle7
More information about composer-fallback/php-http.client-implementation.guzzle7
Files in composer-fallback/php-http.client-implementation.guzzle7
Package php-http.client-implementation.guzzle7
Short Description Satisfy "php-http/client-implementation" with packages provided by user, or fallback to "guzzle7".
License MIT
Informations about the package php-http.client-implementation.guzzle7
Fallback for php-http/client-implementation
using guzzle7
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
php-http/guzzle7-adapter
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
php-http/guzzle7-adapter
.
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: php-http/guzzle7-adapter
.
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.guzzle7
,
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.