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 today

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 26% 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

1544d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4991143?v=4)[Makoto Tajitsu](/maintainers/tzmfreedom)[@tzmfreedom](https://github.com/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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[illuminate/log

The Illuminate Log package.

6225.3M619](/packages/illuminate-log)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M562](/packages/shopware-core)

PHPackages © 2026

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