g9rga/yii2-newrelic

Simple newrelic integration with yii2

Installs: 555

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:yii2-component

1.0.1 2018-05-30 18:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:45:46 UTC


README

Simple newrelic integration with yii2.

Usage:

'bootstrap' => ['newrelic'],
'components' => [
  'newrelic' => [
      'class' => 'g9rga\newrelic\Newrelic',
      'licenseKey' => 'LICENSE_KEY_HERE',
      'enabled' => true,
      'applicationName' => 'web',
      'enableBrowserTimings' => true
  ]
]