PHPackages                             lablnet/whoops - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lablnet/whoops

ActiveLibrary

lablnet/whoops
==============

The Zest Error Handler package.

1.2(7y ago)5123MITPHP

Since Feb 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/zest-framework/Whoops)[ Packagist](https://packagist.org/packages/lablnet/whoops)[ RSS](/packages/lablnet-whoops/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (4)Used By (0)

Whoops
======

[](#whoops)

\[READ ONLY\] Subtree split of the Zest Whoop component (see [https://github.com/zestframework/Zest\_Framework](https://github.com/zestframework/Zest_Framework))

usage
-----

[](#usage)

Whoops is a PHP library for handling exceptions and errors.

Requirement
-----------

[](#requirement)

- PHP
- Composer

Features
--------

[](#features)

- Flexible, stack-based error handling.
- Stand-alone library with (currently) no required dependencies.
- Highlight the error line with red color.
- Show preview code in browser.
- Clean, well-structured &amp; tested code-base.
- Includes the ability to [open referenced files directly in your editor and IDE](#open-files-in-an-editor)

Insallation
-----------

[](#insallation)

Installing this package is very simple, first ensure you have the right PHP version and composer installed then in your terminal/(command prompt) run: `composer require zest/whoops`

Register the handler in your code

```
