Download the PHP package akira/laravel-debugger without Composer

On this page you can find all versions of the php package akira/laravel-debugger. 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-debugger

[![Latest Version on Packagist](https://img.shields.io/packagist/v/akira/laravel-debugger.svg?style=flat-square)](https://packagist.org/packages/akira/laravel-debugger) [![Total Downloads](https://img.shields.io/packagist/dt/akira/laravel-debugger.svg?style=flat-square)](https://packagist.org/packages/akira/laravel-debugger)

Advanced debugging toolkit for Laravel 12+ built with PHP 8.4 features.

Akira Debugger is a modern, strictly-typed debugging package designed specifically for Laravel 12+ applications. Built from the ground up with PHP 8.4's latest features including strict types, readonly properties, and modern attributes.

Requirements

Features

Installation

Install the package via Composer:

The package will automatically register its service provider.

Publish Configuration (Optional)

This creates config/debugger.php where you can customize watchers and behavior.

Quick Start

Basic Debugging

The simplest way to debug with ad():

Learn more in Basic Usage.

Usage

Query Debugging

Monitor database queries in real-time:

Learn more in Query Debugging.

Event Monitoring

Track Laravel events as they fire:

See Event Debugging for details.

Job Debugging

Monitor queued jobs and their execution:

Read Job Debugging for advanced usage.

Mail Debugging

Inspect sent emails without sending:

Details in Mail Debugging.

HTTP Debugging

Monitor HTTP client requests and responses:

Learn more in HTTP Debugging.

Cache Monitoring

Track cache operations:

See Cache Debugging.

View Debugging

Inspect rendered views and their data:

Read View Debugging.

Commands

Configuration

The config/debugger.php file allows you to:

Example configuration:

Testing

Run the test suite:

Run tests with coverage:

Code Quality

Format Code (Pint)

Static Analysis (Larastan)

Refactor (Rector)

Development

This package follows strict coding standards:

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

Built with inspiration from Spatie's Laravel Ray, reimagined for modern Laravel and PHP.

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-debugger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
illuminate/support Version ^12.0 || ^13.0
illuminate/collections Version ^12.0 || ^13.0
illuminate/contracts Version ^12.0 || ^13.0
illuminate/database Version ^12.0 || ^13.0
illuminate/queue Version ^12.0 || ^13.0
symfony/var-dumper Version ^6.0|^7.0|^8.0
symfony/stopwatch Version ^6.0|^7.0|^8.0
spatie/backtrace Version ^1.8
spatie/ray Version ^1.41
zbateson/mail-mime-parser Version ^2.0|^3.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 akira/laravel-debugger contains the following files

Loading the files please wait ...