PHP Package: spatie/ignition

Spatie's Ignition is a sophisticated PHP error page for debugging. It offers advanced features and enhanced error handling for seamless debugging experience.

Current Version: 1.15.1
Last Updated: 2025-02-21
PHP Requirement: ^8.0
Dependencies: None

Package Description

Ignition by Spatie is a powerful PHP debugging package designed for developers. It provides advanced error tracking and debugging capabilities, optimizing your development workflow. With Ignition, you can easily identify and resolve issues, improving the overall quality of your PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.15.1

Download Download v1.15.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/ignition/1.15.1/loader.php';
use Spatie\Ignition\IgnitionServiceProvider;
use Spatie\Ignition\Ignition;

$obj = new IgnitionServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.