2017 © Pedro Peláez
 

yii2-extension yii2-newrelic

Newrelic integration for Yii2

image

bazilio/yii2-newrelic

Newrelic integration for Yii2

  • Sunday, July 10, 2016
  • by bazilio91
  • Repository
  • 6 Watchers
  • 20 Stars
  • 67,057 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 9 Versions
  • 14 % Grown

The README.md

Newrelic instrumentation for Yii 2

This extension describes routes, action params and instruments views with newrelic end user monitoring scripts. Supports console and web applications., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

For license information check the LICENSE-file., (*3)

Requirements

Works with newrelic agent with version >=3.0, (*4)

Installation

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

php composer.phar require --prefer-dist bazilio/yii2-newrelic

or add, (*7)

"bazilio/yii2-newrelic": "^1.0"

to the require section of your composer.json., (*8)

Configuration

To use this extension, you have to configure your components & bootstrap section your application configuration:, (*9)

return [
    'bootstrap' => ['newrelic'],
    'components' => [
        // ...
        'newrelic' => [
            'enableEndUser' => true, // MIND THIS! It is JS instrumentation for end user. Default is true.
            'class' => 'bazilio\yii\newrelic\Newrelic',
            'name' => 'My App Frontend', // optional, uses Yii::$app->name by default
            'handler' => 'class/name', // optional, your custom handler
            'licence' => '...', // optional
            'enabled' => false // optional, default = true
        ]
    ],
];

The Versions

10/07 2016

dev-master

9999999-dev

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

10/07 2016

0.0.7

0.0.7.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

24/12 2015

0.0.6

0.0.6.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

20/08 2015

0.0.5

0.0.5.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

18/08 2015

0.0.4

0.0.4.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

17/07 2015

0.0.3.1

0.0.3.1

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

16/07 2015

0.0.3

0.0.3.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

10/05 2015

0.0.2

0.0.2.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring

10/05 2015

0.0.1

0.0.1.0

Newrelic integration for Yii2

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin

debug yii2 newrelic monitoring