PHP Package: filp/whoops

Whoops is a PHP library for handling errors and exceptions elegantly, providing a user-friendly error page for debugging purposes.

Current Version: 2.18.4
Last Updated: Date not available
PHP Requirement: ^7.1 || ^8.0
Dependencies: None

Package Description

Whoops is a PHP library that helps developers manage errors and exceptions efficiently. It offers a user-friendly error page for debugging, making troubleshooting easier. With its customizable features, Whoops enhances the development experience by providing detailed error information.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.18.4

Download Download v2.18.4

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/filp/whoops/2.18.4/loader.php';
use Whoops\Run;
use Whoops\Handler\PrettyPageHandler;

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