g9rga/yii2-newrelic

Simple newrelic integration with yii2

Maintainers

Package info

github.com/99rga/yii2-newrelic

Issues

Type:yii2-component

pkg:composer/g9rga/yii2-newrelic

Statistics

Installs: 1 493

Dependents: 0

Suggesters: 0

Stars: 0

1.0.1 2018-05-30 18:17 UTC

This package is not auto-updated.

Last update: 2026-03-29 02:48:33 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
  ]
]