PHPackages                             mkloubert/vs-remote-debugger - 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. mkloubert/vs-remote-debugger

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

mkloubert/vs-remote-debugger
============================

Classes that can be used with 'vs-remote-debugger' Visual Studio Code extension

2.1.0(9y ago)32191MITPHPPHP &gt;=5.5.0

Since Nov 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mkloubert/php-remote-debugger)[ Packagist](https://packagist.org/packages/mkloubert/vs-remote-debugger)[ RSS](/packages/mkloubert-vs-remote-debugger/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

vs-remote-debugger (PHP SDK)
============================

[](#vs-remote-debugger-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/e00c39beaf7835102ce065778453363c5082e7f70151d1691fc635dc18f62089/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6c6f75626572742f76732d72656d6f74652d64656275676765722f76657273696f6e)](https://packagist.org/packages/mkloubert/vs-remote-debugger)

Server-side PHP library for interacting with [vs-remote-debugger](https://github.com/mkloubert/vs-remote-debugger) Visual Studio Code extension, e.g.

[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GFV9X2A64ZK3Y)

License
-------

[](#license)

[MIT license](https://github.com/mkloubert/vs-remote-debugger/blob/master/LICENSE)

Install
-------

[](#install)

Install the [RemoteDebugger.php](https://github.com/mkloubert/php-remote-debugger/blob/master/src/MJK/Diagnostics/RemoteDebugger.php) in your application.

A common way is to use [Composer](https://getcomposer.org/) to install anything via [Packagist.org](https://packagist.org/packages/mkloubert/vs-remote-debugger):

```
composer require mkloubert/vs-remote-debugger
```

Usage
-----

[](#usage)

If you look at the [example code](https://github.com/mkloubert/php-remote-debugger/blob/master/tests/test1.inc.php) you can see how the class can be used:

```
$debugger = new \MJK\Diagnostics\RemoteDebugger();
$debugger->addHost("my.remote.host.or.ip", 23979);

// compress JSON data with GZIP
//
// activate the "gzip" plugin in your
// launch.json file in VS Code!
$debugger->JsonTransformer = function($json) {
    return @\gzencode($json);
};

// send the information you want to debug
$debugger->dbg([
    'a' => date('Y-m-d H:i:s'),
    'b' => 1,
    'c' => 2.34,
    'd' => 'Marcel K! Marcel K! Marcel K!',
    'e' => false,
    'f' => null,
    'g' => true,
]);
```

A possible result can be this here:

[![VS Code screenshot 1](https://raw.githubusercontent.com/mkloubert/php-remote-debugger/master/img/readme-ss-1.png)](https://raw.githubusercontent.com/mkloubert/php-remote-debugger/master/img/readme-ss-1.png)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a9fc04d46c0eb0e21ace72a907c9c68a7ee81b8bdac21612fb386784095932b?d=identicon)[mkloubert](/maintainers/mkloubert)

---

Top Contributors

[![mkloubert](https://avatars.githubusercontent.com/u/4951215?v=4)](https://github.com/mkloubert "mkloubert (10 commits)")

### Embed Badge

![Health badge](/badges/mkloubert-vs-remote-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/mkloubert-vs-remote-debugger/health.svg)](https://phpackages.com/packages/mkloubert-vs-remote-debugger)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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