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 1w 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 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1589d 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.7k39.6k](/packages/matomo-matomo)[craftcms/cms

Craft CMS

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

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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