Download the PHP package apix/log-tracker without Composer
On this page you can find all versions of the php package apix/log-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apix/log-tracker
More information about apix/log-tracker
Files in apix/log-tracker
Download apix/log-tracker
More information about apix/log-tracker
Files in apix/log-tracker
Vendor apix
Package log-tracker
Short Description Tracking companion to APIx Log
License BSD-3-Clause
Package log-tracker
Short Description Tracking companion to APIx Log
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package log-tracker
Log-Tracker, the tracking companion to Apix-Log
An extension for the Apix-Log PSR-3 logger which adds log tracking to:
- GoogleAnalytics,
- Dashbot.
Features:
- Send tracking data asynchnonously (non-blocking).
- Handles batched/deferred mode.
- 100% Unit tested and compliant with PSR0, PSR1 and PSR2.
- Continuously integrated against all modern PHP versions (5.3 all the way through 7.3,
including HHVM). - Home repo is on on packagist.
Feel free to comment, send pull requests and patches...
Installation
Install the latest version via composer:
$ composer require apix/log-tracker
You require at least PHP 5.3.
Basic usage, Google Analytics.
Notes:
- The log level and message are not forwarded to Google Analytics (TBD).
- If required, you can add some additional Google Analytics Parameters to the
options
array such asuip
(user IP),ua
(user agent), etc... If not provided, these will be generated and/or guessed from the current context.
Basic usage, Dashbot.
Notes:
- The log level and message are not forwarded to Dashbot (TBD).
- A local tag (which override the main global tag) can be passed to the
incoming
andoutgoing
methods as a second argument.
Advanced usage.
Please for now just follow Apix Log Examples.
All versions of log-tracker with dependencies
PHP Build Version
Package Version
The package apix/log-tracker contains the following files
Loading the files please wait ....