PHPackages                             wirecli/wire-cli - 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. wirecli/wire-cli

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

wirecli/wire-cli
================

An extendable ProcessWire command line interface

1.4.20(2mo ago)19268↓75%2MITPHPPHP ^8.1CI passing

Since Jul 14Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/wirecli/wire-cli)[ Packagist](https://packagist.org/packages/wirecli/wire-cli)[ RSS](/packages/wirecli-wire-cli/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (14)Versions (22)Used By (0)

[![wire-cli illustration](https://github.com/wirecli/wire-cli/raw/main/docs/assets/illustration.png?raw=true)](https://github.com/wirecli/wire-cli/blob/main/docs/assets/illustration.png?raw=true)

wire-cli
========

[](#wire-cli)

wire-cli is a CLI (Command-Line Interface) tool designed to provide ease of use and efficiency for ProcessWire developers. With wire-cli, you can automate common tasks, manage ProcessWire projects effortlessly, and enhance your development workflow.

Features
--------

[](#features)

- Create new ProcessWire projects
- Serve ProcessWire via built-in PHP webserver
- Perform database backup and restoration
- Manage fields, templates, roles, users, and modules
- Generate boilerplate modules
- Check for core upgrades
- And more...

wire-cli is based on the defunct wireshell, built using the [Symfony Console](https://symfony.com/doc/current/components/console.html) Component, offering a powerful and intuitive command-line interface for interacting with ProcessWire projects and adding new commands. It is compatible with PHP 8.1.

Please note that wire-cli and another tool called [rockshell](https://github.com/baumrock/rockshell) share similar goals and functionality. In the future, the features of wire-cli and rockshell will be merged to provide a unified and comprehensive CLI tool for ProcessWire developers.

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

[](#installation)

To install wire-cli, you need to have Composer installed. Run the following command to install wire-cli globally:

```
composer global require wirecli/wire-cli

```

Usage
-----

[](#usage)

Run `wire-cli` followed by the desired command to execute various tasks. For example:

```
wire-cli new myproject

```

### Path Arguments (e.g., --src)

[](#path-arguments-eg---src)

- You can use both relative and absolute paths for arguments like `--src`.
- Paths with spaces should be quoted: `--src="C:/path/with spaces/ProcessWire"`
- Both forward `/` and backward `\` slashes are supported; they are normalized automatically.
- If the path does not exist or is not accessible, a clear error message will be shown.

For a complete list of available commands and options, use the `help` command:

Documentation
-------------

[](#documentation)

For detailed documentation and usage examples, please refer to the [official documentation](https://github.com/wirecli/wire-cli).

Support thread:

Contributing
------------

[](#contributing)

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please submit an issue or a pull request on the [GitHub repository](https://github.com/wirecli/wire-cli).

Contributors
------------

[](#contributors)

As always, thanks to all the contributors!

[![flydev-fr](https://avatars.githubusercontent.com/u/11658616?v=4)](https://github.com/flydev-fr "flydev-fr")[![Pete](https://avatars.githubusercontent.com/u/190857?v=4)](https://github.com/Notanotherdotcom "Pete")

Available commands
------------------

[](#available-commands)

[![Commands preview](https://github.com/wirecli/wire-cli/raw/main/docs/assets/capture-cmd.jpg)](https://github.com/wirecli/wire-cli/blob/main/docs/assets/capture-cmd.jpg)

Credits
-------

[](#credits)

wire-cli is inspired by the work of the following authors of the initial developers/contributors of wireshell:

- Marcus Herrmann
- Hari K T
- Bea David
- Camilo Castro
- Horst Nogajski

License
-------

[](#license)

This project is licensed under the [MIT License](LICENSE.md).

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance88

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 91.2% 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 ~73 days

Recently: every ~0 days

Total

15

Last Release

61d ago

PHP version history (2 changes)v1.4.6PHP &gt;=8.1.0

1.4.13PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11658616?v=4)[flydev-fr](/maintainers/flydev-fr)[@flydev-fr](https://github.com/flydev-fr)

---

Top Contributors

[![flydev-fr](https://avatars.githubusercontent.com/u/11658616?v=4)](https://github.com/flydev-fr "flydev-fr (62 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![Notanotherdotcom](https://avatars.githubusercontent.com/u/190857?v=4)](https://github.com/Notanotherdotcom "Notanotherdotcom (3 commits)")

---

Tags

cli-toolprocesswireworkflowprocesswire

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wirecli-wire-cli/health.svg)

```
[![Health](https://phpackages.com/badges/wirecli-wire-cli/health.svg)](https://phpackages.com/packages/wirecli-wire-cli)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

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

PHPackages © 2026

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