guerrerotook/application-insights-cakephp

ApplicationInsightsCake plugin for CakePHP

Maintainers

Package info

github.com/guerrerotook/application-insights-cakephp

Type:cakephp-plugin

pkg:composer/guerrerotook/application-insights-cakephp

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2018-11-12 14:11 UTC

This package is auto-updated.

Last update: 2026-02-13 07:20:08 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}' ]