PHPackages                             tuqqu/killposer - 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. tuqqu/killposer

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

tuqqu/killposer
===============

Find and delete composer-created /vendor/ directories that you do not need any more.

v0.3(6y ago)301064MITPHPPHP &gt;=7.1

Since Sep 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tuqqu/killposer)[ Packagist](https://packagist.org/packages/tuqqu/killposer)[ RSS](/packages/tuqqu-killposer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

Killposer
=========

[](#killposer)

### Easy way to find and delete composer-created `/vendor/` directories that you do not need any more.

[](#easy-way-to-find-and-delete-composer-created-vendor-directories-that-you-do-not-need-any-more)

[![](/doc/usage.gif)](/doc/usage.gif)

This is a cli-tool to find Composer-created vendor directories on your system, list their path and size, and it allows you delete ones that you don't need to free up storage space.

The project is inspired by [npkill](https://github.com/voidcosmos/npkill).

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

[](#installation)

Install Killposer globally with Composer:

```
$ composer global require tuqqu/killposer
```

You have to make sure that global Composer binary directory is in your `PATH`. See [Composer docs](https://getcomposer.org/doc/03-cli.md#global). On a Unix system run the following command:

```
$ export PATH="$PATH:$HOME/.composer/vendor/bin"
```

Usage
-----

[](#usage)

Having installed it globally you may now use `killposer` binary:

```
$ killposer
```

Use `W` and `S` keys to move up/down, `K` to delete the selected vendor and `Q` to quit.

### Command options

[](#command-options)

- `--path`, `-p` to specify the directory to search, default value is current directory, `./`
- `--byte-format`, `-f` available formats are: `kib`, `mib` (the default one), `gib`
- `--byte-threshold`, `-t` if for some reason you have no interest in the exact size of your vendors, you may set a threshold after which file size won't be calculated

### Example

[](#example)

Search vendors in `PhpProjects`

```
$ killposer -p '~/PhpProjects/'
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~1 days

Total

3

Last Release

2468d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47274443?v=4)[Arthur Kurbidaev](/maintainers/tuqqu)[@tuqqu](https://github.com/tuqqu)

---

Top Contributors

[![tuqqu](https://avatars.githubusercontent.com/u/47274443?v=4)](https://github.com/tuqqu "tuqqu (14 commits)")[![AydinHassan](https://avatars.githubusercontent.com/u/2817002?v=4)](https://github.com/AydinHassan "AydinHassan (1 commits)")

---

Tags

clicomposerphp

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/tuqqu-killposer/health.svg)

```
[![Health](https://phpackages.com/badges/tuqqu-killposer/health.svg)](https://phpackages.com/packages/tuqqu-killposer)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54642.4k4](/packages/jolicode-castor)[crunzphp/crunz

Schedule your tasks right from the code.

2342.3M7](/packages/crunzphp-crunz)[api-platform/openapi

Models to build and serialize an OpenAPI specification.

374.2M77](/packages/api-platform-openapi)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.1k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

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