PHPackages                             manadinho/rpg-fast-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. manadinho/rpg-fast-debugger

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

manadinho/rpg-fast-debugger
===========================

Utilize FastDebugger to swiftly resolve issues through debugging.

1.0.0(2y ago)03MITPHPPHP ^7.2 || ^8.0

Since Feb 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/manadinho/rpg-fast-debugger)[ Packagist](https://packagist.org/packages/manadinho/rpg-fast-debugger)[ RSS](/packages/manadinho-rpg-fast-debugger/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

rpg-fast-debugger
=================

[](#rpg-fast-debugger)

By using `RPG Fast Debugger`, you can expedite the process of troubleshooting PHP code and resolving issues. First install `Fast Debugger` desktop application according to your operating system. Now you are ready to receive log data from `PHP` projects.

download desktop application
----------------------------

[](#download-desktop-application)

[mac](https://drive.google.com/file/d/1LKXWI8x8jiLawN5b9qmv_pV3djYsAzh6/view?usp=share_link). [windows](https://drive.google.com/file/d/1AmpOiaD7kWe1DetkNWuVTE4TNb6647Dq/view?usp=share_link). [linux](https://drive.google.com/file/d/1zDwRCBDEgDSAYlzS4gD_8o6wKRkfDe4f/view?usp=share_link).

installation
------------

[](#installation)

```
composer require manadinho/rpg-fast-debugger --dev

```

Usage
-----

[](#usage)

To use `RPG Fast Debugger` in your `RPG-PHP` project. Just go to your `library/global_functions.php` and place following method there. This method takes three arguments.

First argument is supposed to be array, in this array you can pass as many variables you want to inspect.

Second argument is optional. You can pass any flag (string) to it to make it easy to find your log on Fast Debugger desktop app.

Third argument is optional. If application is not running in docker you can pass the host to it. Which will be `localhost` in that case.

```
function ezFast(Array $data, $flag="", $host="host.docker.internal") {
    if ( RPG_LOCAL ) {
        return new Manadinho\RPGFastDebugger\RPGFast($host, $flag, $host);
    }
}
```

Now simply use ezFast method to debug the app.

```
ezFast([$var1, $var2], $flag, $host);
```

Note
----

[](#note)

On log data you can see file name and line number from the `ezFast()` method is called. You can open file in `VSCODE` by simply clicking on file name.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

Unknown

Total

1

Last Release

864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d6e8f4636318e0b05c60ffaf115a0fed2e13f552c9f334347029f00c0fd172e?d=identicon)[imran israr](/maintainers/imran%20israr)

---

Top Contributors

[![manadinho](https://avatars.githubusercontent.com/u/18038023?v=4)](https://github.com/manadinho "manadinho (1 commits)")

### Embed Badge

![Health badge](/badges/manadinho-rpg-fast-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/manadinho-rpg-fast-debugger/health.svg)](https://phpackages.com/packages/manadinho-rpg-fast-debugger)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[symfony/debug-bundle

Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework

2.4k124.8M1.0k](/packages/symfony-debug-bundle)[symfony/error-handler

Provides tools to manage errors and ease debugging PHP code

2.7k698.1M842](/packages/symfony-error-handler)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M67](/packages/php-debugbar-php-debugbar)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

577159.5M560](/packages/spatie-laravel-ignition)

PHPackages © 2026

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