kassner / log-parser

PHP Web Server Log Parser Library
Apache License 2.0
334 stars 64 forks source link

Read as pipeline #19

Closed ivancp closed 7 years ago

ivancp commented 8 years ago

Hello,

I want to read the access.log as pipeline, if request file have some format need to do some stuffs. It is posible?

kassner commented 8 years ago

@ivancp I think you can use it in the way it was described here: http://www.gregfreeman.io/2013/processing-data-with-php-using-stdin-and-piping/