Block a user
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.0About 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
2026-06-06 00:11:28 +00:00
Assets (1)
Versions (1)
View all
Composer
3
Christopher Vagnetoft
GPL-2.0-or-later
9.6 KiB
noccylabs-react-tail.0.1.0.zip
9.6 KiB
0.1.0
2026-06-06