guerrerotook/application-insights-cakephp
Composer 安装命令:
composer require guerrerotook/application-insights-cakephp
包简介
ApplicationInsightsCake plugin for CakePHP
README 文档
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Get more information in Packagist
composer require guerrerotook/application-insights-cakephp
Information
This plugin will help you integreate request and exception information to CakePHP middleware API. It's automatically logs any exceptions during the process a request and the request information also.
You need to setup a new configuration setting to set the Application Inisights Instrumentation Key.
Go to you config/app.php and add this section
'ApplicationInsights' => [ 'InstrumentationKey' => '{InstrumentationValue}' ]
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-12