PHPackages                             phpzone/phpzone - 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. phpzone/phpzone

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

phpzone/phpzone
===============

A generic tool for the easy creation of YAML configured console applications

0.2.0(11y ago)52.4k1[1 issues](https://github.com/phpzone/phpzone/issues)2MITPHPPHP &gt;=5.3

Since Apr 7Pushed 10y ago4 watchersCompare

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

READMEChangelog (3)Dependencies (13)Versions (4)Used By (2)

PhpZone
=======

[](#phpzone)

[![Build Status](https://camo.githubusercontent.com/78442426d9298de861860e16e822075da5e11e92c0e276396cddde89362093f1/68747470733a2f2f7472617669732d63692e6f72672f7068707a6f6e652f7068707a6f6e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpzone/phpzone)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/75fe94791c0c1a613b255e54aa5b6acd6e9809eb468199ce9e8aee28b442e23c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068707a6f6e652f7068707a6f6e652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpzone/phpzone/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/3d1e1e2f3fdeae6274a8254ef4faf0010064af8aed7b1dc67152f584e70ff156/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65346563613533352d373731342d346165322d393031612d3939613733356464393931352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e4eca535-7714-4ae2-901a-99a735dd9915)

[![Latest Unstable Version](https://camo.githubusercontent.com/ba0c67b9bf921e68930e7fb3aeb256d384454214ae7922dc414ce920ee036b7d/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7068707a6f6e652f762f756e737461626c652e706e67)](https://packagist.org/packages/phpzone/phpzone)[![Latest Stable Version](https://camo.githubusercontent.com/e05ffaeecbf886eee74877ce8b4ac4005831a76e42a0335a7b9406c3ea25706f/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7068707a6f6e652f762f737461626c652e706e67)](https://packagist.org/packages/phpzone/phpzone)[![Total Downloads](https://camo.githubusercontent.com/75e75328876c200e1c58b65d90bf94c98ef355ae9c6e41d09f4e5c93fc2f5ea7/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7068707a6f6e652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/phpzone/phpzone)[![License](https://camo.githubusercontent.com/46c73de4beb3ea9b08581cd2cb05ee10d56ee26812a9dd44788cccf09ac80142/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7068707a6f6e652f6c6963656e73652e706e67)](https://packagist.org/packages/phpzone/phpzone)

PhpZone is a generic tool for the easy creation of [YAML](http://symfony.com/doc/current/components/yaml/yaml_format.html) configured console applications. Its primary purpose is to provide a centralized automation tool for developers to simplify development workflow.

As it's built on [Symfony components](http://symfony.com/components) without rapid custom modifications, it can be used as an application skeleton for any individual commands.

**Its power is based on simplicity of centralized configuration via [YAML](http://symfony.com/doc/current/components/yaml/yaml_format.html) and main value comes from extensions.**

Basic Usage
-----------

[](#basic-usage)

An example speaks a hundred words so let’s go through one.

Create a `phpzone.yml` file in the root of a project:

```
extensions:
    PhpZone\Shell\Shell: # register an extension with a configuration
        tests:
            - vendor/bin/behat
            - vendor/bin/phpunit
            - vendor/bin/phpspec
```

and run:

```
$ vendor/bin/phpzone tests
```

As you would expect, the configuration contains the definition for the command `tests` and when you run it, all defined sub-commands will be executed.

The `PhpZone\Shell\Shell` extension is not a part of the `phpzone/phpzone` package, but an aside project based on PhpZone. More info [PhpZone Shell](https://github.com/phpzone/shell).

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

[](#documentation)

For more details visit [PhpZone documentation](http://docs.phpzone.org).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

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 ~11 days

Total

3

Last Release

4037d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/983464?v=4)[Jakub Zapletal](/maintainers/jakubzapletal)[@jakubzapletal](https://github.com/jakubzapletal)

---

Top Contributors

[![jakubzapletal](https://avatars.githubusercontent.com/u/983464?v=4)](https://github.com/jakubzapletal "jakubzapletal (53 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)

PHPackages © 2026

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