Download the PHP package jakubboucek/php-tail-stream without Composer
On this page you can find all versions of the php package jakubboucek/php-tail-stream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jakubboucek/php-tail-stream
More information about jakubboucek/php-tail-stream
Files in jakubboucek/php-tail-stream
Download jakubboucek/php-tail-stream
More information about jakubboucek/php-tail-stream
Files in jakubboucek/php-tail-stream
Vendor jakubboucek
Package php-tail-stream
Short Description PHP implementation of linux tail command, optimized for read huge size archives, effective memory usage.
License MIT
Package php-tail-stream
Short Description PHP implementation of linux tail command, optimized for read huge size archives, effective memory usage.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-tail-stream
PHP Tail Stream
PHP implementation of the Linux tail
command (display the last part of a file), optimized for reading huge size files
with effective memory usage.
Installation
You can install the package via Composer:
and declare namespace:
Usage
You can also read data from your stream:
[!NOTE]
Source stream MUST allow seeking! You can't use some stream types, like HTTP stream for example.
You can write result to file or another stream, use methods:
License
The MIT License (MIT). Please see License File for more information.
All versions of php-tail-stream with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
The package jakubboucek/php-tail-stream contains the following files
Loading the files please wait ....