Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djlechuck/handler

Handler is a standalone package to manage PHP exceptions and errors.
https://github.com/djlechuck/handler

Last synced: about 2 months ago
JSON representation

Handler is a standalone package to manage PHP exceptions and errors.

Awesome Lists containing this project

README

        

Handler
=======

Handler is a standalone package to manage PHP exceptions and errors.

## Installation

Just download and extract the package. Configures.

## Configuration

All you have to do is to:

1. set the relative path of your library,
2. include the GeSHi's file (it lives in geshi's subdirectory),
3. instantiate GeSHi,
4. instantiate the handler with the relative path of the file and an instance of GeSHi.

Then configure the PHP handler.

```php