0.0.7 • Published 11 years ago

log-my-errors v0.0.7

Weekly downloads
29
License
-
Repository
github
Last release
11 years ago

log-my-errors

Log-my-errors (LME) logs errors, exceptions and simple messages from PHP to web-server.

Messages are displayed in web-interface like this:

npm.io

Installation

To install LME, clone the repo, go to folder and type:

npm install

This will install npm dependencies.

Run

To run LME, go to folder and type:

npm start

This will start backend server.

Then go to http://127.0.0.1:7001/.

Press "Get code" button, copy PHP code and insert it into your php application.

Now all your warnings, notices, errors and exceptions will be automatically displayed in LME web-interface.

You may also use:

LME::log($anything);

from your PHP code to dump any kind of PHP value - string, object, array, etc.

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago