Chris noccy

noccylabs/react-tail (0.1.0)

Published 2026-06-06 00:11:28 +00:00 by noccy

Installation

{
	"repositories": [{
			"type": "composer",
			"url": "https://dev.noccylabs.info/api/packages/noccy/composer"
		}
	]
}
composer require noccylabs/react-tail:0.1.0

About this package

Tail files and get notified of new lines

React Tail

Usage

$tail = new NoccyLabs\React\Tail\FileTail("/var/log/auth.log");
$tail->on("data", function (string $line) {
    echo "tail: [{$line}]\n";
});

Dependencies

Dependencies

ID Version
evenement/evenement ^3.0
react/event-loop ^1.6
Details
Composer
2026-06-06 00:11:28 +00:00
3
Christopher Vagnetoft
GPL-2.0-or-later
9.6 KiB
Assets (1)
Versions (1) View all
0.1.0 2026-06-06