browscap/http-access-log-parser

dev-master 2017-12-29 16:11 UTC

This package is auto-updated.

Last update: 2020-01-05 22:49:52 UTC


README

This is a log file reader for apache log files to parse useragents.

Build Status

Installation

Run the command below to install via Composer

composer require browscap/http-access-log-parser 

the CLI Log command

The log command parses a single access log file or a directory with access log files and writes the results into an output file.

vendor/bin/log-parser browscap:log

options

  • output (required) the path to a log file where the results are stored
  • cache (optional) the relative path to your cache directory
  • log-file (optional) the relative path to an access log file
  • log-dir (optional) the relative path to directory with the log files
  • include (optional) a glob compatible list of files which should be included, only used in comination with the log-dir option
  • exclude (optional) a glob compatible list of files which should be excluded from parsing, only used in comination with the log-dir option

NOTE: One of both options log-file and log-dir is required. NOTE: At the moment only Apache access logs are supported.

Issues and feature requests

Please report your issues and ask for new features on the GitHub Issue Tracker at https://github.com/browscap/browscap-file-reader/issues

Please report incorrectly identified User Agents and browser detect in the browscap.ini file here: https://github.com/browscap/browscap/issues