Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/djlechuck/handler
- Owner: DjLeChuck
- License: mit
- Created: 2011-10-03T21:03:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T21:10:18.000Z (over 13 years ago)
- Last Synced: 2023-04-22T17:30:20.600Z (over 1 year ago)
- Language: PHP
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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