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

ActiveLibrary

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

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

1.9.0(1y ago)128.1k↑90%[2 issues](https://github.com/vbarbarosh/laravel-debug-eval/issues)MITPHPPHP ^8.1CI failing

Since Apr 18Pushed 1y 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 1mo ago

READMEChangelogDependencies (1)Versions (22)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

36

—

LowBetter than 82% of packages

Maintenance22

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 58.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 ~68 days

Recently: every ~103 days

Total

21

Last Release

482d 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 (23 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

[octw/aramex

A Library to integrate with Aramex APIs

2925.2k](/packages/octw-aramex)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)

PHPackages © 2026

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