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

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

phpzone/shell
=============

A command/script builder configured by YAML, based on PhpZone

0.2.0(11y ago)52.3k[4 issues](https://github.com/phpzone/shell/issues)1MITPHPPHP &gt;=5.3

Since Apr 8Pushed 10y ago2 watchersCompare

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

READMEChangelog (5)Dependencies (11)Versions (6)Used By (1)

PhpZone Shell
=============

[](#phpzone-shell)

[![Build Status](https://camo.githubusercontent.com/255d0542026a5bf6c0662fdce28a2ad26b007d331cd8871c32596a37c72e1afc/68747470733a2f2f7472617669732d63692e6f72672f7068707a6f6e652f7368656c6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpzone/shell)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c7cae33ed0647e0e9c8a66ce61a2492c369f6ca99991481cd1f369491239884d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068707a6f6e652f7368656c6c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpzone/shell/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/fe34c6afe1b3780696c45fd35198dd59cf187b84176affd43392bc40b4eebe2b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65303030393163322d326265362d346263332d613732662d3162393262653832303464642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e00091c2-2be6-4bc3-a72f-1b92be8204dd)

[![Latest Stable Version](https://camo.githubusercontent.com/86b5ef3e62d7fa2380889bb9520fd07164c99f8c5630db2921d1e6c164727c37/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7368656c6c2f762f737461626c652e706e67)](https://packagist.org/packages/phpzone/shell)[![Total Downloads](https://camo.githubusercontent.com/c1b75a9fd68369ffd4f84d43a90c12b61ab81bcdddc2b948f2b1ec873705aae8/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7368656c6c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/phpzone/shell)[![License](https://camo.githubusercontent.com/ae0287c55419f6a9af1ebbb6c22cf436441a6033f016ebcf5c1124d7fa378733/68747470733a2f2f706f7365722e707567782e6f72672f7068707a6f6e652f7368656c6c2f6c6963656e73652e706e67)](https://packagist.org/packages/phpzone/shell)

A command/script builder configured by [YAML](http://symfony.com/doc/current/components/yaml/yaml_format.html), based on [PhpZone](https://github.com/phpzone/phpzone). Its primary purpose is to provide an easy way to define multiple scripts used in daily workflow of every developer.

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

[](#basic-usage)

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

The configuration file below is used for a development of this extension:

```
extensions:
    PhpZone\Shell\Shell:
        tests:
            description: Run all tests
            script:
                - bin/behat -f progress
                - bin/phpunit
                - bin/phpspec run -f progress
                - bin/phpcs -p --colors --standard=PSR2 src/ features/bootstrap/
                - bin/phpcs -p --colors --standard=vendor/jakubzapletal/php_codesniffer-rules/psr2-without-camel-case-method-name.xml spec/ integrations/
```

Now we can just run following command and all tests would be executed:

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

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

[](#documentation)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance4

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

Total

5

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 (41 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[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)[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)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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