2017 © Pedro Peláez
 

library http-access-log-parser

Parses Http access logs

image

browscap/http-access-log-parser

Parses Http access logs

  • Friday, December 29, 2017
  • by asgrim
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Browser Capabilities PHP Project - Logfile reader

This is a log file reader for apache log files to parse useragents., (*1)

Build Status, (*2)

Installation

Run the command below to install via Composer, (*3)

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., (*4)

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., (*5)

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, (*6)

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

The Versions