julianve/composer-rsize

A composer plugin to show the recursive size of your dependencies

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

1.0.0 2025-01-10 16:11 UTC

This package is auto-updated.

Last update: 2025-08-10 17:19:19 UTC


README

This composer plugin shows the size of your dependencies including transitive dependencies. It also shows how much space you can save by removing each dependency by determining which packages are needed by your other dependencies.

img.png

Installation

composer global require julianve/composer-rsize

Usage

composer rsize [--format=json] [--dev] [package]

Arguments

  • package: The package to analyze. If not provided, the root package is analyzed.

Options

  • --format: Format of the output: json or text (default)
  • --dev: Include dev dependencies