PHPackages                             vbarbarosh/laravel-debug-eval - 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. vbarbarosh/laravel-debug-eval

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

vbarbarosh/laravel-debug-eval
=============================

A rudimentary UI with backend for evaluating PHP remotely. For debugging purposes only.

1.9.1(1mo ago)130.1k↑250%[2 issues](https://github.com/vbarbarosh/laravel-debug-eval/issues)MITPHPPHP ^8.1CI failing

Since Apr 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/vbarbarosh/laravel-debug-eval)[ Packagist](https://packagist.org/packages/vbarbarosh/laravel-debug-eval)[ RSS](/packages/vbarbarosh-laravel-debug-eval/feed)WikiDiscussions main Synced 2d ago

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

A UI and backend for evaluating PHP remotely. For debugging purposes only.

[![cover](cover.png)](cover.png)

Installation
------------

[](#installation)

```
composer require vbarbarosh/laravel-debug-eval

```

Usage in Laravel
----------------

[](#usage-in-laravel)

```
Route::any('/laravel-debug-eval', function () {
    // 1. Ensure that current user has access to this endpoint
    return vbarbarosh\laravel_debug_eval();
});

```

Executing long running task
---------------------------

[](#executing-long-running-task)

```
longrun([
    'init' => function () {
        return Article::query()->pluck('articles.id'),
    },
    'done' => function () {
        dump('done');
    },
    'run' => function ($items) {
        $query = Article::query()->whereIn('id', $items);
        Article::backup($query);
    },
]);
```

YouTube
-------

[](#youtube)

[![ALT](https://camo.githubusercontent.com/b41354212668ed62d2cf5d4b2d8dc9d86cc6b2b56c6ecda1eda8e14d5b5b4525/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f67536f667a2d626b7543732f302e6a7067)](https://www.youtube.com/watch?v=gSofz-bkuCs)

Credits
-------

[](#credits)

- Right panel with a list of snippets was inspired by

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance70

Regular maintenance activity

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 56.9% 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 ~88 days

Recently: every ~212 days

Total

22

Last Release

52d ago

PHP version history (2 changes)1.0.1PHP &gt;=7.0

1.4.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ad1bd9689bbd26a29a0997adf4618eb34f0bb319d66913edf19c09e8b81e2ef?d=identicon)[vbarbarosh](/maintainers/vbarbarosh)

---

Top Contributors

[![vbarbarosh](https://avatars.githubusercontent.com/u/352973?v=4)](https://github.com/vbarbarosh "vbarbarosh (33 commits)")[![vb-bannernow](https://avatars.githubusercontent.com/u/219717969?v=4)](https://github.com/vb-bannernow "vb-bannernow (25 commits)")

---

Tags

phplaraveldebuggingeval

### Embed Badge

![Health badge](/badges/vbarbarosh-laravel-debug-eval/health.svg)

```
[![Health](https://phpackages.com/badges/vbarbarosh-laravel-debug-eval/health.svg)](https://phpackages.com/packages/vbarbarosh-laravel-debug-eval)
```

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235358.7k](/packages/laracraft-tech-laravel-xhprof)[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

211.1M3](/packages/jbzoo-jbdump)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22157.5k](/packages/bavix-laravel-xhprof)[konafets/typo3_debugbar

Utilizes the PHP Debugbar to provide information of the system health to the frontend.

3621.4k](/packages/konafets-typo3-debugbar)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2226.9k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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