PHPackages                             mwguerra/interactive-upgrader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. mwguerra/interactive-upgrader

ActiveLibrary[CLI &amp; Console](/categories/cli)

mwguerra/interactive-upgrader
=============================

A CLI tool that handles both Composer and npm dependencies for Laravel projects.

v0.0.2(1y ago)1913.7k↓44.1%1MITPHPPHP ^8.3

Since May 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mwguerra/interactive-upgrader)[ Packagist](https://packagist.org/packages/mwguerra/interactive-upgrader)[ RSS](/packages/mwguerra-interactive-upgrader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (3)Used By (0)

Interactive Upgrader for Laravel
================================

[](#interactive-upgrader-for-laravel)

A CLI tool that handles both Composer and npm dependencies for Laravel projects.

[![Latest Version on Packagist](https://camo.githubusercontent.com/356a9dbc32623e75a9499d259861ee2d04742d694c24ac0dc600680bfaad45d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d776775657272612f696e7465726163746976652d75706772616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mwguerra/interactive-upgrader)[![Total Downloads](https://camo.githubusercontent.com/6b5b828c6727dd1539b28df75b7dba24d6ec69a8a377b4d4336c43cf2b84e867/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d776775657272612f696e7465726163746976652d75706772616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mwguerra/interactive-upgrader)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mwguerra/interactive-upgrader
```

Usage
-----

[](#usage)

Once installed, you can run the command:

```
php artisan upgrade:interactive
```

This will:

1. Check for outdated Composer and npm packages
2. Display them in a table with available upgrade options
3. Allow you to interactively select which packages to upgrade
4. Handle the upgrade process, including dependency analysis

### Options

[](#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

[](#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
--------

[](#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
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

365d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5272bc4d88e75a3a196a9b1e4bcfe8e7287045a62e3f1aa995bf94950d2ac2d?d=identicon)[MWGuerra](/maintainers/MWGuerra)

---

Top Contributors

[![mwguerra](https://avatars.githubusercontent.com/u/27717982?v=4)](https://github.com/mwguerra "mwguerra (9 commits)")

---

Tags

composerlaravelinteractiveupgradedependenciesnpm

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/mwguerra-interactive-upgrader/health.svg)

```
[![Health](https://phpackages.com/badges/mwguerra-interactive-upgrader/health.svg)](https://phpackages.com/packages/mwguerra-interactive-upgrader)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel/envoy

Elegant SSH tasks for PHP.

1.6k5.5M18](/packages/laravel-envoy)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
