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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. protoqol/quo-php

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

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

Companion package for the Quo debugger.

0.1.3(2mo ago)139691LGPL-3.0-onlyPHPPHP &gt;=7.1CI passing

Since Jun 6Pushed 1mo 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 today

READMEChangelog (8)Dependencies (6)Versions (11)Used By (0)

[![Quo Preview](https://camo.githubusercontent.com/78824dbcb49c8759d344cdbc375cc6d0324285968fb846980b14fb5e01f43385/68747470733a2f2f636d732e70726f746f716f6c2e6e6c2f6173736574732f32656363356634342d356665352d346631352d393564362d626133363566346663643563)](https://camo.githubusercontent.com/78824dbcb49c8759d344cdbc375cc6d0324285968fb846980b14fb5e01f43385/68747470733a2f2f636d732e70726f746f716f6c2e6e6c2f6173736574732f32656363356634342d356665352d346631352d393564362d626133363566346663643563)

[![Build status](https://camo.githubusercontent.com/150b76f4fb8da2e34e667471c3dddfa270f0802fba174794371a16c4787ea5de/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f50726f746f716f6c2f51756f2d7068702f746573746b69742e796d6c3f7374796c653d666c61742d73717561726526636f6c6f723d253233656331333562266c6f676f3d706870)](https://camo.githubusercontent.com/150b76f4fb8da2e34e667471c3dddfa270f0802fba174794371a16c4787ea5de/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f50726f746f716f6c2f51756f2d7068702f746573746b69742e796d6c3f7374796c653d666c61742d73717561726526636f6c6f723d253233656331333562266c6f676f3d706870)[![Packagist Version](https://camo.githubusercontent.com/60301a2d700de2b5487a316abd7bbc4563003427faf894bdde4aa225fcf1c16f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d737175617265266c6f676f3d7061636b616769737426636f6c6f723d253233656331333562)](https://camo.githubusercontent.com/60301a2d700de2b5487a316abd7bbc4563003427faf894bdde4aa225fcf1c16f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d737175617265266c6f676f3d7061636b616769737426636f6c6f723d253233656331333562)[![PHP Version](https://camo.githubusercontent.com/0803f0b4bb15a12236c33fa83c52b828bb677ce42beb629416a14814e287ac40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d737175617265266c6f676f3d70687026636f6c6f723d253233656331333562)](https://camo.githubusercontent.com/0803f0b4bb15a12236c33fa83c52b828bb677ce42beb629416a14814e287ac40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d737175617265266c6f676f3d70687026636f6c6f723d253233656331333562)[![LGPL-3.0-only license](https://camo.githubusercontent.com/3480c939f0f630564fcbf5d589e72d5126fa00bdd482f6d094969c9910041770/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f50726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d73717561726526636f6c6f723d253233656131333561)](https://camo.githubusercontent.com/3480c939f0f630564fcbf5d589e72d5126fa00bdd482f6d094969c9910041770/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f50726f746f716f6c2f71756f2d7068703f7374796c653d666c61742d73717561726526636f6c6f723d253233656131333561)

Quo is a cross-platform variable dumper designed to make debugging easier. It receives data from your application and displays it in a clean desktop interface, allowing you to inspect complex values in real-time without cluttering your terminal or browser console.

> **Note**: This package requires the [Quo desktop client](https://github.com/Protoqol/Quo) to be running to display the debug data.

### Noteworthy features

[](#noteworthy-features)

- **Multiple arguments**: Inspect multiple variables or expressions in a single call.
- **Rich Metadata**: Capture stack traces, system metrics, memory addresses, and more.

### Requirements

[](#requirements)

- **PHP**: &gt;= 7.1

### Installation

[](#installation)

Add `quo-php` to your project using composer:

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

### Usage

[](#usage)

Use the `quo` function and pass variables to inspect:

```
