mwguerra/interactive-upgrader
Composer 安装命令:
composer require mwguerra/interactive-upgrader
包简介
A CLI tool that handles both Composer and npm dependencies for Laravel projects.
README 文档
README
A CLI tool that handles both Composer and npm dependencies for Laravel projects.
Installation
You can install the package via composer:
composer require mwguerra/interactive-upgrader
Usage
Once installed, you can run the command:
php artisan upgrade:interactive
This will:
- Check for outdated Composer and npm packages
- Display them in a table with available upgrade options
- Allow you to interactively select which packages to upgrade
- Handle the upgrade process, including dependency analysis
Options
--latest Only consider "latest" (major) upgrades
--dev Only consider "dev" (unstable) upgrades
--ignore= Skip specific packages (comma-separated type:package pairs)
--ignore-major Don't show any major bumps in the table
--ignore-dev Don't show the "Dev" column or dev‐upgrades; drop packages with no actionable updates
--show Only show the table without asking for any input and exit
Examples
# See everything updatable php artisan upgrade:interactive # Only show major jumps php artisan upgrade:interactive --latest # Skip Predis and Tailwind from the table php artisan upgrade:interactive --ignore=composer:predis/predis,npm:tailwindcss # Hide all major bumps (even if --latest is given) php artisan upgrade:interactive --ignore-major # Don't show any dev‐builds, and drop packages already fully up‐to-date php artisan upgrade:interactive --ignore-dev # Only show the table without asking for any input php artisan upgrade:interactive --show
Features
- Handles both Composer and npm dependencies in a single command
- Interactive table-driven interface
- Analyzes dependencies to suggest related packages that might need to be updated
- Creates backups before making changes
- Supports various upgrade strategies (minor, major, dev)
- Color-coded version display (red for major bumps, green for minor)
- Warns about major version upgrades and allows falling back to safer options
- Provides option to only display outdated packages without making changes
License
The MIT License (MIT). Please see License File for more information.
mwguerra/interactive-upgrader 适用场景与选型建议
mwguerra/interactive-upgrader 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15.12k 次下载、GitHub Stars 达 21, 最近一次更新时间为 2025 年 05 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「composer」 「laravel」 「npm」 「dependencies」 「interactive」 「upgrade」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mwguerra/interactive-upgrader 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mwguerra/interactive-upgrader 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mwguerra/interactive-upgrader 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A simple Composer script to install NPM and/or Bower dependencies
Installs Node.js, NPM, and Yarn into vendor/bin
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
Simple ASCII output of array data
npm run Laravel Jobs
统计信息
- 总下载量: 15.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-19