PHPackages                             octopy/debugify - 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. octopy/debugify

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

octopy/debugify
===============

Your Debug Companion

01PHP

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/OctopyID/DebugifyPHP)[ Packagist](https://packagist.org/packages/octopy/debugify)[ RSS](/packages/octopy-debugify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![](img/1.png)](img/1.png)

 [![Version](https://camo.githubusercontent.com/336fba7c489497fd6cb6989bcaf894778e01d771b623a81868ce6c5280526a55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f63746f707969642f64656275676966792e7376673f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/336fba7c489497fd6cb6989bcaf894778e01d771b623a81868ce6c5280526a55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f63746f707969642f64656275676966792e7376673f7374796c653d666f722d7468652d6261646765) [![Downloads](https://camo.githubusercontent.com/16db7304ce68c06d39d132838f5ec975322df49d4582d35f2f31700581dc6e87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f63746f707969642f64656275676966792e7376673f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/16db7304ce68c06d39d132838f5ec975322df49d4582d35f2f31700581dc6e87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f63746f707969642f64656275676966792e7376673f7374796c653d666f722d7468652d6261646765) [![License](https://camo.githubusercontent.com/3b90e626891e3d06cb151a3892b7d0a888febf7569ed3cb28b1b7c8fe2cdc959/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f63746f707969642f64656275676966793f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/3b90e626891e3d06cb151a3892b7d0a888febf7569ed3cb28b1b7c8fe2cdc959/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f63746f707969642f64656275676966793f7374796c653d666f722d7468652d6261646765)

Debugify
--------

[](#debugify)

This package is used to send messages to [Debugify App](https://debugify.octopy.dev) and can be installed in all PHP apps.

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

[](#installation)

```
composer require octopyid/debugify --dev
```

Usage
-----

[](#usage)

```
dfy('foo', 'bar', 'baz');
```

By default, messages will be grouped into the `Grey` color group, but you can group your messages into 4 different color: `Green`, `Blue`, `Yellow` and `Red`.

```
dfy('SELECT * FROM users WHERE username = "baz"')->color('green');
```

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

[](#configuration)

If you use a different host and port, you can set it in the following way in top of your application:

```
dfy()->configure(function (\Octopy\Debugify\Config $config){
    $config->host('127.0.0.1')->port(1234);
});
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Supian M](https://github.com/SupianIDz)
- [Octopy ID](https://github.com/OctopyID)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37969970?v=4)[Supian M](/maintainers/SupianIDz)[@SupianIDz](https://github.com/SupianIDz)

---

Top Contributors

[![SupianIDz](https://avatars.githubusercontent.com/u/37969970?v=4)](https://github.com/SupianIDz "SupianIDz (3 commits)")

---

Tags

debug

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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