Download the PHP package marc/epilog without Composer
On this page you can find all versions of the php package marc/epilog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package epilog
The lightweight, themeable and interactive PSR-3 log viewer. Monitor monologs with style:
Install
As a composer project dependency:
As a packed phar:
As a composer global package:
Or build the phar yourself:
Quick test
Run epilog pretend command and tail a fake log stream. Check if output looks good:
Usage
Basic usage is:
While epilog is monitoring the log file (or a fake stream), hit [return] to see a nice interactive menu:
Framework Integration
Epilog can use log finders to look for logs inside app directories according to framework conventions so you don't need to aim at your latest log files mannualy. Ex:
PRs implementing log finders to support your framework of choice are highly encouraged :octocat:
Themes
Epilog themes are very simple yml files with hooks where you can put ANSI color escape sequences and literal text.
The hooks will decorate each log line, nyancatyze your terminal
and sometimes puke rainbows. Here is a theme example:
Which will make log lines look like the following, when interpreted:

Roadmap
- [x] Basic functionalities
- [x] Add
--appoption to allow easy framework integration. Ex:epilog watch /my/project --app laravel - [ ] Add
listencommand to aggregate log entries through a REST API. Ex:epilog listen --port 8888 - [ ] Add
servercommand to view logs in a browser instead of terminalepilog server <file> --port 8888 - [ ] Add better unicode support, more themes etc
- [ ] Bother with windows ... anyone?
- [ ] Other cool things, probably
- [ ] Release stable version
Contributions
Found a bug? Have an improvement? Take a look at the issues.
Guide
- Fork marc/epilog
- Clone forked repository
- Install composer dependencies
$ composer install - Run unit tests
$ phpunit - Modify code: correct bug, implement features
- Back to step 4
Copyright
Copyright (c) 2014-2015 Márcio Almada. Distributed under the terms of an MIT-style license. See LICENSE for details.
All versions of epilog with dependencies
minime/annotations Version ~2.3
igorw/get-in Version ~1.0
symfony/yaml Version 2.5.3
regex-guard/regex-guard Version ~1.0







