PHP Classes / PHP Log

Parse log files and process with separate classes

PHP Log PHP Class

This package can be used to parse log files and process with separate classes. It can open a given log file and extract values according to a regular expression. By default it uses Apache common log format regular expression. For each log line it creates an array that contains the log field values. That array is passed to a parser class object for further processing. A parser class is provided to insert the log field values in a MySQL database.

Similar PHP Classes

Search in PHP Classes

Filter by tags