Skip to content

Releases: themosis/error

v1.0.0

04 Feb 20:53

Choose a tag to compare

I'm happy to release the themosis/error PHP package.

This package provides framework agnostic classes to help you manage errors, exceptions and backtrace in your PHP application.
The package has a built-in HTML template to let you render exception in the browser while you're working locally.

There is no pre-configured stack and the package does not expect any specific code structure in order to work, so you can easily integrate it in any PHP project.

You can clone a copy of the repository which also contains an implementation example.