nathandentzau/composer-installers-extender
Composer 安装命令:
composer require nathandentzau/composer-installers-extender
包简介
Extend the composer/installers plugin to accept any arbitrary package type.
README 文档
README
The composer-installers-extender is a plugin for Composer that allows
any package to be installed to a directory other than the default vendor
directory within a project on a package-by-package basis. This plugin extends
the composer/installers plugin to allow any arbitrary package type to be
handled by their custom installer.
The composer/installers plugin has a finite set of supported package types
and we recognize the need for any arbitrary package type to be installed to a
specific directory other than vendor. This plugin allows additional package
types to be handled by the composer/installers plugin, benefiting from
their explicit install path mapping and token replacement of package properties.
Requirements
- PHP 7.4 or higher
How to Install
Add nathandentzau/composer-installers-extender as a dependency of your project:
$ composer require nathandentzau/composer-installers-extender
How to Use
The composer/installers plugin is a dependency of this plugin and will be
automatically required as well if not already required.
To support additional package types, add an array of these types in the
extra property in your composer.json:
{
"extra": {
"installer-types": ["library"]
}
}
Then, you can add mappings for packages of these types in the same way that you
would add package types that are supported by composer/installers:
{
"extra": {
"installer-types": ["library"],
"installer-paths": {
"special/package/": ["my/package"],
"path/to/libraries/{$name}/": ["type:library"]
}
}
}
By default, packages that do not specify a type will be considered the type
library. Adding support for this type allows any of these packages to be
placed in a different install path.
If a type has been added to installer-types, the plugin will attempt to find
an explicit installer path in the mapping. If there is no match either by name
or by type, the default installer path for all packages will be used instead.
Please see the README for composer/installers to see the supported syntax
for package and type matching as well as the supported replacement tokens in
the path (e.g. {$name}).
Why is This Project Forked?
Years ago I contributed to the oomphinc/composer-installers-extender project
to modernize the code base and add tests. Since my changes were merged into the
default branch on that project there has been no new tagged released by the
maintainer containg my changes after several years and responses to pull
requests have been slow. I've decided to maintain my own version of this package
containing all the changes I made years ago to update the code base to the
changes in PHP 7. With Composer 2 and PHP 8 on the horizon, my hope is that I
can quickly ship changes to support both new major versions. The original author
of this package, who is no longer an employee of Oomph, is still listed as an
author with updated contact information should you wish to reach out to him.
License
nathandentzau/composer-installers-extender 适用场景与选型建议
nathandentzau/composer-installers-extender 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 745 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 07 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 nathandentzau/composer-installers-extender 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nathandentzau/composer-installers-extender 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 745
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-26