library php-error-parser
Parses Php Error Logs and returns them in a nice readable format.
gourab-nag-dev/php-error-parser
Parses Php Error Logs and returns them in a nice readable format.
- Monday, May 23, 2016
- by gourabNag
- Repository
- 2 Watchers
- 2 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP-ERROR-LOG-PARSER
A parser implemented on PHP. Parses PHP-Error Logs and returns them in a nice data structure., (*1)
Just a simple script to get you started:, (*2)
<?php
/**
* File Name: test_error_parser.php
* Project: Error Parser
*/
require "src/Parser.php";
$parser = new error_parser("C:/xampp/php/logs/php_error_log");
echo $parser->returnXml();
dev-master
9999999-dev
Parses Php Error Logs and returns them in a nice readable format.
Sources
Download
The Requires