Skip to content

Instantly share code, notes, and snippets.

View neooblaster's full-sized avatar

DUPRE Nicolas neooblaster

View GitHub Profile
@karabanov
karabanov / Log.php
Created October 2, 2012 12:40 — forked from taktos/Log.php
PHP tail viewer
<?php
/**
* Require the library
*/
require 'PHPTail.php';
/**
* Initilize a new instance of PHPTail
* @var PHPTail
*/
$tail = new PHPTail("/path/to/log");