PHPackages                             protoqol/quo-php - 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. protoqol/quo-php

ActiveLibrary

protoqol/quo-php
================

PHP - Quo package.

0.3.2(3y ago)116172MITPHPPHP &gt;=7.1|&gt;8.0

Since Jun 6Pushed 3y agoCompare

[ Source](https://github.com/Protoqol/Quo-php)[ Packagist](https://packagist.org/packages/protoqol/quo-php)[ RSS](/packages/protoqol-quo-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

[![Quo for php](assets/quo-companion-php.jpg)](assets/quo-companion-php.jpg)

 [ ![Github action status](https://github.com/protoqol/quo-php/actions/workflows/testkit.yml/badge.svg) ](https://github.com/protoqol/quo-php/actions/workflows/testkit.yml) [ ![Packagist Version](https://camo.githubusercontent.com/adf0695df838f673c7e34b763348e862a203db572a23cfa4d2295217cc584bc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f746f716f6c2f71756f2d7068702e737667) ](https://packagist.org/packages/protoqol/quo-php) [ ![Follow Protoqol on Twitter](https://camo.githubusercontent.com/5eba43aec47255d7907ca67add20a6e1f205261c9b2f8c06cfbaf83e8725685b/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f50726f746f716f6c5f58595a2e7376673f6c6162656c3d25343050726f746f716f6c5f58595a267374796c653d736f6369616c) ](https://twitter.com/intent/follow?screen_name=Protoqol_XYZ)

Quo for PHP
===========

[](#quo-for-php)

> Quo is still in beta and should **not** be used in production environments. But with the help of a config file (see CLI) you can easily disable Quo on production environments.

[Quo is a free, open-source, client-side debugger and can be found here](https://github.com/Protoqol/Quo).

This specific package is a companion package for Quo for PHP.

> Using a framework? No problem.
>
> Quo is framework-agnostic and can run on any PHP (see requirements) project using composer.

### Want to help keep open-source sustainable?

[](#want-to-help-keep-open-source-sustainable)

You can help by contributing to the code or donating using the button below! Both are highly appreciated and contribute directly to keeping open-source free and sustainable!

[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TJS5BKNE3JGW8)

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

[](#installation)

#### Requirements

[](#requirements)

RequirementVersionPHP^7.1, ^8.1ext-json\*ext-iconv\*ext-curl\*#### To install run the following command.

[](#to-install-run-the-following-command)

```
composer require protoqol/quo-php
```

Usage
-----

[](#usage)

Quo has a function called `quo()` which you can call anywhere, every variable passed to it will appear in your Quo Client.

```
quo($var, ...$moreVars);
```

Configuration
-------------

[](#configuration)

> Note that for the beta version of Quo a custom hostname and port can not be used yet, this will always default to 127.0.0.1:7312. However, when your PHP application does not run on the top level of your OS it might be required to change the hostname and port. The config hostname should always point to your top level localhost address.

Quo for PHP has an .ini file located at meta/quo-config.ini. This file stores the configuration Quo uses. It is recommended to use a custom configuration for this, more about this in the CLI section (see "Publish Quo config").

```
[general]
# Should Quo be enabled in this environment
ENABLED = 1

[exception]
# Should Quo throw an exception when no connection is made to the client?
# If you're trying to get Quo to work this might come in useful, if not, keep it off.
NO_CONNECTION = 0

[http]
# Where Quo sends its payload to
HOSTNAME = 127.0.0.1
PORT = 7312

[encryption]
# Encrypt all data sent?
ENABLED = 0
# If ENABLED = 1 you should supply the public key retrieved from the Quo client here.
PUBLIC_KEY =
```

CLI
---

[](#cli)

You can edit the configuration via the CLI with the following commands.

#### Change default host and port.

[](#change-default-host-and-port)

```
php ./vendor/bin/quo [hostname] [port]
```

#### Publish Quo config (quo-config.ini) to your project root directory, this overwrites the internal configuration.

[](#publish-quo-config-quo-configini-to-your-project-root-directory-this-overwrites-the-internal-configuration)

```
php ./vendor/bin/quo publish-config
```

#### Change host and port to pre-configurations.

[](#change-host-and-port-to-pre-configurations)

```
php ./vendor/bin/quo -vb (or --virtualbox)  # Changes it to `10.0.2.2:7312`
php ./vendor/bin/quo -d (or --docker)       # Changes it to `host.docker.internal:7312`
php ./vendor/bin/quo -l (or --local)        # Changes it to `127.0.0.1:7312`
```

And you're all set!

Issues
------

[](#issues)

#### Issues, bugs and feature requests can be reported [here!](https://github.com/Protoqol/quo-php/issues/new/choose)

[](#issues-bugs-and-feature-requests-can-be-reported-here)

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

[](#contributing)

See [Contributing](CONTRIBUTING.md) to see how you can contribute to Quo for PHP!

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

[](#contributors)

- [Quinten Justus](https://github.com/QuintenJustus)
- [Contributors](https://github.com/Protoqol/quo-php/graphs/contributors)

License
-------

[](#license)

Quo for PHP is licensed under the MIT License. Please see [License File](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

1434d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ba1710c6377f70664df04942ff140ee30a6323dfa762b63c2dacebbaa2ff0a7?d=identicon)[Protoqol](/maintainers/Protoqol)

---

Top Contributors

[![QuintenJustus](https://avatars.githubusercontent.com/u/31711158?v=4)](https://github.com/QuintenJustus "QuintenJustus (59 commits)")

---

Tags

debugging-toolphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/protoqol-quo-php/health.svg)

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

PHPackages © 2026

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