Download the PHP package clcbws/laravel-agents-debug without Composer

On this page you can find all versions of the php package clcbws/laravel-agents-debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-agents-debug

Laravel Agent-Debugger

**A zero-JS, high-fidelity server-side diagnostics & profiling suite for Laravel 12.x / 13.x**
[![Packagist Version](https://img.shields.io/packagist/v/clcbws/laravel-agents-debug?color=FF2D20&label=Packagist&logo=packagist&logoColor=white)](https://packagist.org/packages/clcbws/laravel-agents-debug) [![PHP](https://img.shields.io/badge/PHP-8.2%2B-777BB4?logo=php&logoColor=white)](https://www.php.net) [![Laravel](https://img.shields.io/badge/Laravel-12.x%2F13.x-FF2D20?logo=laravel&logoColor=white)](https://laravel.com) [![License](https://img.shields.io/badge/License-MIT-22c55e)](LICENSE) [![Tests](https://img.shields.io/badge/Tests-10%2F10%20Passing-22c55e)](tests/)

What Is It?

Laravel Agent-Debugger is a premium require-dev diagnostic middleware suite that runs 100% server-side. It produces richly structured, compact log files designed to be read by both human developers and AI coding agents β€” with zero frontend JavaScript overhead, zero Composer runtime dependencies, and zero production leakage.


Quick Start

Then visit your visual dashboard:


✨ Feature Overview (v3.1.1 β€” 13 Dashboard Tabs & 29 Server-Side Profilers)

πŸ” Core Diagnostics

# Feature Description
1 πŸ”΄ Floating Viewport Badge Glassmorphic real-time badge showing duration, memory & query count
2 🧭 Session Breadcrumb Trail Last-10-request navigation map with status codes
3 πŸͺ Caught Exception Tracker Surfaces silently swallowed try-catch redirects
4 πŸ’³ DB Transaction Auditor Inline beginTransaction, commit, rollBack sequence logger
5 ⚠️ N+1 Query Loop Detector Flags queries running 5+ times with eager-load remedies
6 πŸ”„ Config & Env Drift Detector SHA-256 diff between requests for .env key changes
7 πŸ–ŒοΈ Blade Compiler Resolver Maps compiled view paths back to physical .blade.php lines
8 πŸ›‘οΈ Gate & Policy Profiler Logs all authorization ability evaluations and outcomes
9 πŸ’Ύ Session State Logger Exposes developer-defined session variables per request
10 πŸ‘€ Actor Enrichment Card Maps authenticated User ID to email/username profile

πŸ—ƒοΈ Database & Query Intelligence

# Feature Description
11 πŸ”¬ Visual SQL EXPLAIN Analyzer Runs EXPLAIN on any query and visualizes index scan plans
12 πŸ‘₯ Duplicate & Redundant Query Detector Flags exact duplicate queries with caching advice
13 πŸ“ Interactive SQL Playground Safe read-only live SELECT terminal inside the dashboard
14 πŸ’Ύ SQL Database Index Advisor Heuristic WHERE/JOIN column analysis with migration code

πŸ“’ Async & Side-Effect Telemetry

# Feature Description
15 🎧 Queue Job & Event Payload Serializer Captures dispatched event/job payloads
16 πŸ“§ Outgoing Mail Sandbox Intercepts Mailables and renders HTML previews in-dashboard
17 πŸ—‚οΈ Cache Hit/Miss Monitor Tracks get/put/forget with keys, TTLs, and byte sizes
18 πŸ”„ Eloquent Model Lifecycle Tracker Logs creating, created, updating, deleting observers

⏱️ Visual Profiling & Timelines

# Feature Description
19 ⏱️ DevTools-Style Timeline Waterfall Proportional Gantt chart of Boot β†’ DB β†’ Spans β†’ HTTP
20 πŸ—ΊοΈ Blade Template Composition Tree Visual nesting sequence flowchart for view hierarchies
21 πŸ“Š Live PHP Memory Flame-Graph Real memory_get_peak_usage() layered allocation breakdown
22 πŸ“Š Outgoing Latency Radar DB vs app overhead performance ratio meters

πŸ› οΈ Environment, Security & DevOps

# Feature Description
23 πŸ”Œ Livewire Hydration State Tracker Discrete state dumps for Livewire component updates
24 🚨 Dev Environment Config Shield TCP socket checks for Redis and SMTP on artisan serve
25 πŸͺ Cookie & CSRF Token Debugger Demystifies silent 419 Page Expired errors
26 βš–οΈ .env vs .env.example Diff Audit Side-by-side grid of missing or drifted config keys
27 🏷️ Category Tag Filtering (?_debug_tag=x) URL-appended tags for scoped log filtering
28 🩹 Composer Security Auditor CVE advisory scan of composer.lock packages
29 πŸš€ Git Branch Correlation Analyzer Active branch badge and uncommitted file diff warnings

πŸ–₯️ Dashboard & Streaming

# Feature Description
30 🚿 Real-time SSE Log Streaming Persistent EventSource stream with AJAX fallback
31 🎭 Outgoing API Mock Interceptor UI rule builder for Http::fake() JSON stubs
32 πŸ§ͺ Browser-Based PHPUnit Runner One-click in-dashboard test suite executor
33 πŸ› οΈ Artisan Quick-Console Cache, route, and debug-clean from the dashboard header

Artisan CLI Commands


Dashboard Routes

Route Method Description
/_agent_debug/dashboard GET Visual SPA profiling dashboard
/_agent_debug/logs GET Raw JSON log data
/_agent_debug/sse GET Server-Sent Events live stream
/_agent_debug/explain POST Run EXPLAIN on a SQL query
/_agent_debug/playground POST Execute a safe SELECT query
/_agent_debug/run-tests POST Execute PHPUnit feature tests
/_agent_debug/mocks GET List active HTTP mock rules
/_agent_debug/mock-save POST Save HTTP mock interceptor rules
/_agent_debug/artisan/{cmd} POST Run Artisan quick-console commands

Documentation


Origin Story

"I developed this package because in some projects I had to spend a lot of time just explaining the problem to my AI coding agents. I started with a lightweight middleware helper and kept adding features. Soon I realized other developers faced the same bottleneck, so I decided to share it with the community. This is an invention of need." β€” Ahtesham


[![Packagist](https://img.shields.io/badge/View%20on%20Packagist-FF2D20?style=for-the-badge&logo=packagist&logoColor=white)](https://packagist.org/packages/clcbws/laravel-agents-debug)

All versions of laravel-agents-debug with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3|^8.4
illuminate/support Version ^12.0|^13.0
illuminate/database Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/session Version ^12.0|^13.0
illuminate/console Version ^12.0|^13.0
illuminate/log Version ^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package clcbws/laravel-agents-debug contains the following files

Loading the files please wait ...