sarfraznawaz2005/composer-cost

Displays cost/size of each composer package installed.

Installs: 5 512

Dependents: 0

Suggesters: 0

Security: 0

Stars: 33

Watchers: 2

Forks: 1

Open Issues: 0

Type:composer-plugin

2.0.0 2022-05-19 16:52 UTC

This package is auto-updated.

Last update: 2024-04-19 21:02:58 UTC


README

Total Downloads

composer-cost

Simple composer plugin that displays size of each folder under vendor to help you with which package is taking the most disk space. It will run automatically when you use composer install or composer update command.

Screenshot

Main Window

Install

You can install it globally:

composer global require sarfraznawaz2005/composer-cost

or per-project bases:

composer require sarfraznawaz2005/composer-cost

That's it. Now on any project when you type composer update or composer install, it will show info like above screenshot.

FYI, you can skip any plugin when installing/updating by appending --no-plugins argument, example:

composer update --no-plugins

Thanks