octopyid / debugify
Your Debug Companion
Fund package maintenance!
SupianIDz
Requires
- php: ^8.3
- ext-curl: *
- ext-dom: *
- ext-json: *
- ramsey/uuid: ^4.7
- spatie/backtrace: ^1.7
- symfony/var-dumper: ^7.2
Requires (Dev)
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-03-14 20:50:02 UTC
README
Debugify
This package is used to send messages to Debugify App and can be installed in all PHP apps.
Installation
composer require octopyid/debugify --dev
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
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
If you discover any security related issues, please email bug@octopy.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.