web6/debugger

Debugging utilities.

Maintainers

Package info

github.com/w6cloud/php-debugger

pkg:composer/web6/debugger

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2021-04-20 20:18 UTC

This package is auto-updated.

Last update: 2026-03-23 08:49:48 UTC


README

Debugging functions

Install

Install via Composer

$ composer require web6/debugger

Configure autoload

Configure autoloading by including Composer's generated file :

include_once('vendor/autoload.php');

Usage