https://github.com/davidraleche/ralecheframework
Quick PHP Error Log parser
https://github.com/davidraleche/ralecheframework
error-log framework logging-library logging-parser parser php php7
Last synced: about 1 year ago
JSON representation
Quick PHP Error Log parser
- Host: GitHub
- URL: https://github.com/davidraleche/ralecheframework
- Owner: davidraleche
- Created: 2018-10-17T17:33:32.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-26T19:56:04.000Z (over 3 years ago)
- Last Synced: 2025-03-06T21:02:43.338Z (about 1 year ago)
- Topics: error-log, framework, logging-library, logging-parser, parser, php, php7
- Language: PHP
- Homepage: http://david.raleche.com/web-consulting/raleche-ultra-fast-api-framework-for-microservices/
- Size: 4.28 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/zircote/swagger-php)
[](LICENSE-2.0.txt)
# QuickLogs - Log Parser ! PHP Error Log Parser
Parse quickly (in 5 minutes) your php errors and php warnings via a web browser.
if you are tired of 'tail -f' or 'cat error_log' QuickLogs is your solution !
Windows server and Unix Server compatible - yay !
## Features
- QuickAuthentication

- QuickLogs Parser - Php Error Log

## Composer
```bash
composer require yana/dr
```
## How To use it in your web page
```bash
process();
```
## Set Up PHP Error Log path in vendor/yana/dr/Yana/Logs/conf.php
```bash
'/var/log/php-fpm/www-error.log',
'error_log_path_backup' => __DIR__.'\demo\www-error.log'
];
```
## Default Credentials
```bash
username : admin
password : davidr
```
## Command Lines for PSR-2 Standard
```bash
./bin/phpcs -p --extensions=php --standard=PSR2 --error-severity=1 --warning-severity=0 ./src ./tests
```
## Contributing
Feel free to submit [Github Issues](https://github.com/davidraleche/ralecheframework) or pull requests.