PHPackages                             worldfactory/qq - 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. worldfactory/qq

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

worldfactory/qq
===============

QQ Quick Qommand.

v2.1.4(5y ago)554412MITPHPPHP ^7.2CI failing

Since Dec 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/WorldFactory/QQ)[ Packagist](https://packagist.org/packages/worldfactory/qq)[ RSS](/packages/worldfactory-qq/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (7)Versions (42)Used By (2)

QQ
==

[](#qq)

QQ is a small software to save shortcuts of the commands you use the most during your developments.

Disclamer
---------

[](#disclamer)

Warning, QQ is not a library, QQ is a software in its own right. It can not be installed directly in your project, it must be installed at a lower level of your application.

Its purpose is to be the keystone of your development environment.

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

[](#documentation)

- Introduction (this file)
    - Installation
    - Basic use
    - Extend
- [How to create a script ?](./doc/scripts.md)
- [Use command line arguments](./doc/arguments.md)
- [Runners and Runner options](./doc/runners.md)
- [Using environment variables](./doc/envvars.md)
- [Recursive script configuration form](./doc/recursive-form.md)
- [How to use parameters ?](./doc/parameters.md)
- Statements
    - [Set/From](doc/statements/set-from.md)
    - [And, Or and Add](doc/statements/and-or-add.md)
    - [While/Do](doc/statements/while-do.md)
    - [Try/Catch](doc/statements/try-catch.md)

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

[](#installation)

Simply add QQ with Composer.

`composer require worldfactory/qq`

On *Windows*, the shortcut `qq.bat` will be automatically used.

However, on *Linux*, you will need to add the command `alias qq=./qq.sh` in your `.bashrc` file (or other) to make it easier for you to use `qq`.

Basic use
---------

[](#basic-use)

You will find at the root of your project a directory 'config' containing several files, including the file 'qq.yml' :

```
imports:
    - { resource: vendor/worldfactory/qq/resources/libs/docker.yml }
    - { resource: vendor/worldfactory/qq/resources/libs/composer.yml }
    - { resource: vendor/worldfactory/qq/resources/libs/symfony.yml }

commands:
    phpv:
        run: php -v
        shortDescription: Display PHP version.

```

`phpv` is a simple command to display your php cli version.

Test it by typing `qq phpv` in your console.

Type `qq list` to get all available commands.

Extend
------

[](#extend)

You can add as many commands as you want as a result of `phpv`.

Use `run` parameters to indicate the cli command to execute.

Add a description with the `shortDescription` parameter.

Coming soon
-----------

[](#coming-soon)

- Extends documentation
- More information about development environment with QQ.
- Many other improvements.

[Trello development tab.](https://trello.com/b/IQ62jazu) (in french)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~56 days

Total

40

Last Release

2018d ago

Major Versions

v1.6.10 → v2.0.02019-12-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5438bb7ce18ec69f4b6e25dbe3fcc65c6ded0d635b3d5e0734e1cf3efe17005?d=identicon)[Duregar](/maintainers/Duregar)

---

Top Contributors

[![Duregar](https://avatars.githubusercontent.com/u/9974705?v=4)](https://github.com/Duregar "Duregar (397 commits)")

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

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

8.4k5.6M651](/packages/sylius-sylius)[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)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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