guerrerotook / application-insights-cakephp
ApplicationInsightsCake plugin for CakePHP
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
Type:cakephp-plugin
Requires
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is auto-updated.
Last update: 2025-03-13 04:58:54 UTC
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}' ]