composer-fallback/php-http.client-implementation.symfony
Composer 安装命令:
composer require composer-fallback/php-http.client-implementation.symfony
包简介
Satisfy "php-http/client-implementation" with packages provided by user, or fallback to "symfony".
README 文档
README
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 require "composer-fallback/php-http.client-implementation.symfony:*"
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
{
"name": "acme/lib",
"require": {
"php-http/client-implementation": "^1.0",
}
}
When end users requires you library with the following code
{
"name": "end-user/app",
"require": {
"acme/lib": "^1.0"
}
}
They probably ends with such error
composer up Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for acme/lib ^1.0 -> satisfiable by acme/lib[1.0]. - acme/lib 1.0 requires php-http/client-implementation ^1.0 -> no matching package found.
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
{
"name": "end-user/app",
"require": {
"acme/lib": "^1.0",
"third-party/provide-implementation": "^1.0"
}
}
composer up ... Package operations: 2 installs, 0 updates, 0 removals - Installing acme/lib (1.0) - Installing composer-fallback/php-http.client-implementation.symfony (1.1)
Example of user that fallback to your recommendations
{
"name": "end-user/app",
"require": {
"acme/lib": "^1.0"
}
}
composer up ... Package operations: 3 installs, 0 updates, 0 removals - Installing acme/lib (1.0) - Installing composer-fallback/php-http.client-implementation.symfony (1.0) - Installing symfony/http-client (1.0)
Alternatives
Contributing
This repository is automatically generated. If you want contributing and submitting an issue or a Pull Request, please use composer-fallback/generator.
composer-fallback/php-http.client-implementation.symfony 适用场景与选型建议
composer-fallback/php-http.client-implementation.symfony 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 19.91k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 10 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「composer」 「default」 「fallback」 「php-http」 「client-implementation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 composer-fallback/php-http.client-implementation.symfony 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 composer-fallback/php-http.client-implementation.symfony 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 composer-fallback/php-http.client-implementation.symfony 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Yii2 cache component that cascades through multiple cache drivers on failure
A custom Doctine DBAL type to use PHP DateTime objects set to the system's default timezone.
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
A fluent attempt/retry/fallback system for Laravel
Simple ASCII output of array data
统计信息
- 总下载量: 19.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-01