Skip to content

"tail -f" functionality for php. Monitors all lines added to a specific file.

Notifications You must be signed in to change notification settings

Basch3000/php-tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

php-tail

Simple class which provides "tail -f" functionality for php. Monitors all lines added to a specific file.

This class is intended for use in a daemon written in php. It is not meant for php-scripts outputting data to the browser.

It is a light class which nearly consumes any RAM, CPU or DISK I/Os.

About

"tail -f" functionality for php. Monitors all lines added to a specific file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages