PHPackages                             zenphp/zdev - 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. zenphp/zdev

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

zenphp/zdev
===========

Zdev is a command-line tool for scaffolding new composer packages and other projects.

v1.0.7(5mo ago)00MITPHPPHP ^8.4

Since Dec 19Pushed 5mo agoCompare

[ Source](https://github.com/zenphporg/zdev)[ Packagist](https://packagist.org/packages/zenphp/zdev)[ RSS](/packages/zenphp-zdev/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (8)Dependencies (9)Versions (10)Used By (0)

[![Zen Foundation](https://raw.githubusercontent.com/zenphporg/.github/main/img/zenphp.png)](https://raw.githubusercontent.com/zenphporg/.github/main/img/zenphp.png)

[![Coverage](https://camo.githubusercontent.com/960f77207f7aeeef6e58e8eac36d4e8e18788e45f53d8b3778d5b7d255068525/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f786d6c3f636f6c6f723d73756363657373266c6162656c3d636f7665726167652671756572793d726f756e64253238253246253246636f76657261676525324670726f6a6563742532466d657472696373253246253430636f7665726564656c656d656e7473253230646976253230253246253246636f76657261676525324670726f6a6563742532466d657472696373253246253430656c656d656e7473253230253241253230313030253239267375666669783d2532352675726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532467a656e7068706f72672532467a6465762532466d61696e253246636c6f7665722e786d6c)](https://github.com/zenphporg/zdev/blob/main/clover.xml)[![Build Status](https://camo.githubusercontent.com/4919b456448d8c8e221401ae0d82aee6fdc28beeb030300b913eb096bfa95589/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a656e7068706f72672f7a6465762f746573742e796d6c)](https://github.com/zenphporg/zdev/actions)[![Total Downloads](https://camo.githubusercontent.com/e4044af501328a7cd87e56bdbaf87974d111ce9659c11e04703b07b8904ee0f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656e7068702f7a646576)](https://packagist.org/packages/zenphp/zdev)[![Latest Stable Version](https://camo.githubusercontent.com/d65b9beec1c009d93860fb7d1a5039ed986fe8f75f0a3bf14a9274dc3305644c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656e7068702f7a646576)](https://packagist.org/packages/zenphp/zdev)[![License](https://camo.githubusercontent.com/8c6a984f15fe0b0ac270237f26999bf48ee61d87e1b8a4c97c519a5f5b0299f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7a656e7068702f7a646576)](https://packagist.org/packages/zenphp/zdev)

About zdev
==========

[](#about-zdev)

A command-line tool for scaffolding new Composer packages and projects.

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

[](#installation)

```
curl -sL https://github.com/zenphporg/zdev/releases/latest/download/zdev -o /usr/local/bin/zdev && chmod +x /usr/local/bin/zdev
```

Or if you need sudo:

```
curl -sL https://github.com/zenphporg/zdev/releases/latest/download/zdev -o zdev && chmod +x zdev && sudo mv zdev /usr/local/bin/
```

### Updating

[](#updating)

```
zdev self-update
```

Usage
-----

[](#usage)

### Create a new package

[](#create-a-new-package)

```
zdev new --package
```

You'll be prompted for the package name in `vendor/package` format.

Or pass the name directly:

```
zdev new zenphp/my-package --package
```

This will:

- Create a new directory with the package name
- Copy the package stub files
- Update `composer.json` with your package name

### Next steps after creating a package

[](#next-steps-after-creating-a-package)

```
cd my-package
composer install
```

Available Stubs
---------------

[](#available-stubs)

OptionDescription`--package`Create a new Composer packageRequirements
------------

[](#requirements)

- PHP 8.4+

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance73

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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

9

Last Release

151d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c31e2989d4b46bff753da02ddc5501063ccbe5c889ae6b4e4f186b1564a93b9?d=identicon)[secondmanveran](/maintainers/secondmanveran)

---

Top Contributors

[![secondmanveran](https://avatars.githubusercontent.com/u/97000801?v=4)](https://github.com/secondmanveran "secondmanveran (13 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (8 commits)")

---

Tags

cliconsolezdev

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

### Embed Badge

![Health badge](/badges/zenphp-zdev/health.svg)

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

###  Alternatives

[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

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