othersoftware/composer-resolver-plugin
Composer 安装命令:
composer require othersoftware/composer-resolver-plugin
包简介
Composer plugin to easily manage your dependencies for local development.
README 文档
README
This plugin allows registration of your local directories and injects them into your projects as composer repositories. This allows installing your dependencies as symlinks in your local projects, making work over your projects and dependencies at the same time a lot easier.
You can also test your dependencies without the need to git push and composer update every time to see if the changes are working correctly in the real project.
Installation
You can install a plugin as a global composer dependency.
Remember to allow the plugin to be used!
composer global require othersoftware/composer-resolver-plugin
Usage
This plugin provides extra composer commands to the CLI, which allows you to manage your local directories.
Adding a new repository
Go to your dependency project directory in the terminal and run:
composer add-repository
Remember that the directory must contain a valid composer.json file.
Resolving dependencies
Once you have registered your local dependency projects with the plugin, you can
simply run composer update within your project, and the plugin will
automatically prepend your registered directories as a path repositories
in your local environment.
As these repositories are prepended to the list, they have higher priority than repositories defined in your project's composer.json file, meaning you can leave a remote git repository entry in the file, for production use.
othersoftware/composer-resolver-plugin 适用场景与选型建议
othersoftware/composer-resolver-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 04 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 othersoftware/composer-resolver-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 othersoftware/composer-resolver-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-28