2017 © Pedro Peláez
 

yii2-extension yii2-newrelic

Newrelic integration for Yii2 (Biozahard Edition)

image

biozahard/yii2-newrelic

Newrelic integration for Yii2 (Biozahard Edition)

  • Wednesday, October 11, 2017
  • by biozahard
  • Repository
  • 0 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % 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 biozahard/yii2-newrelic

or add, (*7)

"biozahard/yii2-newrelic": "~0.0.1"

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' => [
            '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

11/10 2017

dev-master

9999999-dev

Newrelic integration for Yii2 (Biozahard Edition)

  Sources   Download

MIT

The Requires

 

by Vasily Ostanin
by Zakharii Fesenko

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