PHP Package: facade/ignition

Ignition is a powerful PHP library for debugging and error management in web applications, providing detailed insights for efficient troubleshooting.

Current Version: 2.17.7
Last Updated: 2023-01-26
PHP Requirement: ^7.2.5|^8.0
Dependencies:
laravel/framework
symfony/var-dumper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Ignition offers a comprehensive suite of tools for developers to identify and resolve errors swiftly in their PHP projects. With enhanced debugging capabilities and detailed error reporting, Ignition streamlines the troubleshooting process, ensuring robust performance and smooth user experiences.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.17.7

Download Download v2.17.7

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/facade/ignition/2.17.7/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
require_once 'libs/symfony/var-dumper/7.3.1/loader.php';

use Facade\Ignition\Contracts\ProvidesSolution;
use Facade\Ignition\Support\Flare\ContextFactory;

$obj = new ProvidesSolution();
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.