Download the PHP package whchi/laravel-application-insights without Composer
On this page you can find all versions of the php package whchi/laravel-application-insights. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whchi/laravel-application-insights
More information about whchi/laravel-application-insights
Files in whchi/laravel-application-insights
Download whchi/laravel-application-insights
More information about whchi/laravel-application-insights
Files in whchi/laravel-application-insights
Vendor whchi
Package laravel-application-insights
Short Description send log into Microsoft application insights
License MIT
Package laravel-application-insights
Short Description send log into Microsoft application insights
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-application-insights
A wrapper of ApplicationInsights-PHP
Reference: ms-application-insights-laravel
Installation
-
require package
-
publish vendor
-
setup config
config/appinsights.php
- start use
- with facade
- with event queue
add event listener
trigger event queue
Usage
use native methods
use wrap method
設定 operation context (MUST if use setRequest)
設定裝置資訊 (SHOULD)
設定 User-Agent (SHOULD), default: $_SERVER['HTTP_USER_AGENT']
設定ip (SHOULD)
設定locale (SHOULD)
比照 RFC5646
設定 userId (SHOULD)
發送log
exception
dependency
這個是屬於比較彈性的部分,可自定義類別提供資料,參考微軟官方文件說明
page view
event
request
metric
自訂義的衡量標準,比如說在程式執行速度或是經過的class數量等,stdDev
為標準差
type | 描述 |
---|---|
0 | Measurement |
1 | Aggregation |
message
level | 描述 |
---|---|
0 | verbose |
1 | information |
2 | warning |
3 | error |
4 | critical |
All versions of laravel-application-insights with dependencies
PHP Build Version
Package Version
The package whchi/laravel-application-insights contains the following files
Loading the files please wait ....