2017 © Pedro Peláez
 

library phperror-gui

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type.

image

amnuts/phperror-gui

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type.

  • Friday, February 10, 2017
  • by amnuts
  • Repository
  • 8 Watchers
  • 41 Stars
  • 204 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

phperror-gui

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type., (*1)

Flattr this git repo, (*2)

getting started

There are two ways to getting started using this gui., (*3)

  1. Simply to copy/paste or download the phperror-gui.php to your server.
  2. Install via composer by running the command composer require amnuts/phperror-gui

usage

Simply load the script up in your browser and it should show you the entries from the PHP log file. It will find the error log from the ini settings, though if you want to specify the log file you can change the $error_log variable to the path of your error log file., (*4)

You can select the types of errors you want displaying, sort in different ways or filter based on the path of the file producing the error (as recoded in the log)., (*5)

Usage, (*6)

The interface will also attempt to show you the snippet of code where the error has occurred and also the stack trace if it's recorded in the log file., (*7)

cache

There is a very rudimentary option to cache the results. This is set by using the $cache variable and setting it to the path of the cache file (must be a writable location). It will store the results of the file scan and then the position in the file it read up to. On subsequent reads of the file it will seek to that position and start to read the file. This works so long as you are not doing log rotation as the seek position could suddenly become much greater than the file size. So it's only recommended that you use the cache if you keep the one log file., (*8)

License

MIT: http://acollington.mit-license.org/, (*9)

The Versions

10/02 2017

dev-master

9999999-dev

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

log gui interface error logs

27/01 2016

v1.0.3

1.0.3.0

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

log gui interface error logs

25/06 2015

v1.0.2

1.0.2.0

A clean and effective single-file GUI for viewing entries in the PHP error log, allowing for filtering by path and by type.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

log gui interface error logs

16/01 2015

v1.0.1

1.0.1.0

A simple but effective single-file GUI for viewing entries in the PHP error log.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

27/11 2014

v1.0.0

1.0.0.0

A simple but effective single-file GUI for viewing entries in the PHP error log.

  Sources   Download

MIT

The Requires

  • php >=5.5.0