PHPackages                             firehed/plow - 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. firehed/plow

ActiveComposer-plugin[CLI &amp; Console](/categories/cli)

firehed/plow
============

CLI tools to get PHP done quickly

0.0.2(10y ago)039MITPHPPHP &gt;=5.6

Since Jun 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Firehed/plow)[ Packagist](https://packagist.org/packages/firehed/plow)[ RSS](/packages/firehed-plow/feed)WikiDiscussions master Synced 1mo ago

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

Plow
====

[](#plow)

Description
-----------

[](#description)

Plow is designed to be your new best friend when developing PHP application. At its core, it's just a plugin infrastructure for various command-line tools.

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

[](#installation)

Plow should be globally installed with Composer. Follow [these instructions](https://getcomposer.org/doc/00-intro.md#globally) to install Composer if you don't have it yet.

```
composer global require firehed/plow

```

If you have not done so already, you should append Composer's global bin directory to your path:

```
echo "export PATH=\$PATH:~/.composer/vendor/bin" >> ~/.bash_profile
source ~/.bash_profile

```

Usage
-----

[](#usage)

Running `plow` with no arguments on the command line will provide detailed usage instrictions:

```
plow

```

Adding commands
---------------

[](#adding-commands)

Plow commands are Composer packages with the type specified as `plow-command`. While not directly shown in the UI, you can [search Packagist by type](https://packagist.org/search/?type=plow-command)Once you find what you're looking for, install it globally like any other package:

```
composer global require vendor-name/plow-command-package-name

```

Developing new commands
-----------------------

[](#developing-new-commands)

See [CREATING\_COMMANDS.md](CREATING_COMMANDS.md)

Contributing to Plow
--------------------

[](#contributing-to-plow)

See [CONTRIBUTING.md](CONTRIBUTING.md)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

3980d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/354842?v=4)[Eric Stern](/maintainers/Firehed)[@Firehed](https://github.com/Firehed)

---

Top Contributors

[![Firehed](https://avatars.githubusercontent.com/u/354842?v=4)](https://github.com/Firehed "Firehed (47 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/firehed-plow/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)[niktux/karma

CLI tool to manage environment dependent configuration

1816.0k](/packages/niktux-karma)

PHPackages © 2026

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