PHPackages                             tzmfreedom/phdb - 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. tzmfreedom/phdb

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

tzmfreedom/phdb
===============

Simple PHP Debugger written in PHP

0.0.4(4y ago)49MITPHPPHP &gt;=8.0

Since Mar 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tzmfreedom/phdb)[ Packagist](https://packagist.org/packages/tzmfreedom/phdb)[ Docs](https://github.com/tzmfreedom/phdb)[ RSS](/packages/tzmfreedom-phdb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

PHDB
====

[](#phdb)

Simple PHP Debugger written in PHP

Requirement
-----------

[](#requirement)

PHP: &gt;= 8.0

Install
-------

[](#install)

```
$ composer global require tzmfreedom/phdb
```

Usage
-----

[](#usage)

```
$ phdb
# phdb -p {port} -c {config}
```

Command
-------

[](#command)

command (alias)descriptionnext (n)step overstep (s)step intofinish (f)step outcontinue (c)continue running scriptbreak (b)set breakpointinfo breaklist breakpointsdeletedelete breakpointlocal (l)show local variablessuper\_global (sg)show super globalsconstants (cn)show constantsbacktrace (bt)show backtracesourceshow current source code### Examples

[](#examples)

break on start calling function

```
break call {function_name}

ex) break call base64_encode
ex) break call App\Command\Hoge::handle

```

break on return calling function

```
break return {function_name}

```

break on exception

```
break exception {exception_name}

```

break at line no

```
break {file}:{line_no}

ex) break /path/to/file:12

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

1498d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75d20585cc7bcbf6f1542245456213472e7f829eb09b7cded35f863b77d41d65?d=identicon)[tzmfreedom](/maintainers/tzmfreedom)

---

Top Contributors

[![tzmfreedom](https://avatars.githubusercontent.com/u/4991143?v=4)](https://github.com/tzmfreedom "tzmfreedom (23 commits)")

### Embed Badge

![Health badge](/badges/tzmfreedom-phdb/health.svg)

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

###  Alternatives

[facade/ignition

A beautiful error page for Laravel applications.

2.1k102.2M333](/packages/facade-ignition)[zoon/pyrospy

Adapter from phpspy to pyroscope

257.4k](/packages/zoon-pyrospy)

PHPackages © 2026

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