ardzo/error-processor

Library for error processing

2.7.2.1 2018-10-21 22:53 UTC

This package is not auto-updated.

Last update: 2024-05-28 02:09:00 UTC


README

Introduction

This is a class on PHP for processing of errors.
Main features:

  • processes an errors
  • operates with a log of errors
  • sends a messages by e-mail

Requirements

Using

Copy "ErrorProcessor.php" from "src" and required libraries onto server and use it in your script.
Or use Composer - class will loads automatically.
See example code in folder "example".