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)2115.1k↓90.7%2MITPHPPHP ^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 3d 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

34

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community9

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

411d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27717982?v=4)[Marcelo Guerra](/maintainers/MWGuerra)[@mwguerra](https://github.com/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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M632](/packages/spatie-laravel-medialibrary)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

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