justinback / error-logger
There is no license information available for the latest version (dev-master) of this package.
Simple Framework to manage Site Errors with multiple mime type output and database support.
dev-master
2018-10-01 18:57 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2020-08-04 13:43:02 UTC
README
Simple Framework to manage your site errors with Database and multiple Mime Type support.
Installation
Create a Database and import the SQL file into it (
/justinback/sql/Database.sql
)Edit
/justinback/errorlogger.php
and enter your credentialsSee Examples