shaggy8871 / phail

Phail is a beautifier for PHP error logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phail

A simple beautifier for PHP error logs

Installation

This script only works via php-cli.

Download phail.php

Then run:

cat /path/to/php_error_log | php phail.php

Or in interactive mode:

tail -f /path/to/php_error_log | php phail.php

Results:

Phail will output color-coded errors.

Other features include grouping similar errors together and calculating statistics.

Screenshot of Results

Contact

Contributions

Pull requests are welcome.

About

Phail is a beautifier for PHP error logs

License:MIT License


Languages

Language:PHP 100.0%