PHPackages                             burak-vademecum/yii2-newrelic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. burak-vademecum/yii2-newrelic

ActiveYii2-extension[Logging &amp; Monitoring](/categories/logging)

burak-vademecum/yii2-newrelic
=============================

Newrelic integration for Yii2

v1.0.0(1y ago)01.4kMITPHPPHP &gt;=5.4.0

Since Nov 7Pushed 1y agoCompare

[ Source](https://github.com/burak-vademecum/yii2-newrelic)[ Packagist](https://packagist.org/packages/burak-vademecum/yii2-newrelic)[ RSS](/packages/burak-vademecum-yii2-newrelic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Newrelic instrumentation for Yii 2
==================================

[](#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.

[![Latest Stable Version](https://camo.githubusercontent.com/b407bd43967885abd4b2af8769917a46d7dd4c0c6ca20769e9f7c54e4bd11257/68747470733a2f2f706f7365722e707567782e6f72672f62617a696c696f2f796969322d6e657772656c69632f762f737461626c65)](https://packagist.org/packages/bazilio/yii2-newrelic)[![Total Downloads](https://camo.githubusercontent.com/4bbe4e29ddae5f9fe83fd15845d6756a54a2bc19028dba46440aa41c6cd068a0/68747470733a2f2f706f7365722e707567782e6f72672f62617a696c696f2f796969322d6e657772656c69632f646f776e6c6f616473)](https://packagist.org/packages/bazilio/yii2-newrelic)[![Latest Unstable Version](https://camo.githubusercontent.com/f4fed5949627b0c9ce6ce262fd51937c0b1545de3c85cf568a9497ca3dbf863f/68747470733a2f2f706f7365722e707567782e6f72672f62617a696c696f2f796969322d6e657772656c69632f762f756e737461626c65)](https://packagist.org/packages/bazilio/yii2-newrelic)[![License](https://camo.githubusercontent.com/f6e5384f412521a00fec173875e578a0202340e9a5d704aa2ecc11c1a26cc1ef/68747470733a2f2f706f7365722e707567782e6f72672f62617a696c696f2f796969322d6e657772656c69632f6c6963656e7365)](https://packagist.org/packages/bazilio/yii2-newrelic)

For license information check the [LICENSE](LICENSE)-file.

Requirements
------------

[](#requirements)

Works with newrelic agent with version &gt;=3.0

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

```

or add

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

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure your components &amp; bootstrap section your application configuration:

```
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
        ]
    ],
];
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

551d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/175829883?v=4)[burak-vademecum](/maintainers/burak-vademecum)[@burak-vademecum](https://github.com/burak-vademecum)

---

Top Contributors

[![bazilio91](https://avatars.githubusercontent.com/u/380542?v=4)](https://github.com/bazilio91 "bazilio91 (11 commits)")[![burak-vademecum](https://avatars.githubusercontent.com/u/175829883?v=4)](https://github.com/burak-vademecum "burak-vademecum (1 commits)")[![jimmlog](https://avatars.githubusercontent.com/u/15608782?v=4)](https://github.com/jimmlog "jimmlog (1 commits)")[![kirsenn](https://avatars.githubusercontent.com/u/3411632?v=4)](https://github.com/kirsenn "kirsenn (1 commits)")[![sheershoff](https://avatars.githubusercontent.com/u/1510318?v=4)](https://github.com/sheershoff "sheershoff (1 commits)")

---

Tags

monitoringdebugyii2newrelic

### Embed Badge

![Health badge](/badges/burak-vademecum-yii2-newrelic/health.svg)

```
[![Health](https://phpackages.com/badges/burak-vademecum-yii2-newrelic/health.svg)](https://phpackages.com/packages/burak-vademecum-yii2-newrelic)
```

###  Alternatives

[bazilio/yii2-newrelic

Newrelic integration for Yii2

23399.4k](/packages/bazilio-yii2-newrelic)[baibaratsky/yii2-rollbar

Rollbar for Yii2

35130.5k](/packages/baibaratsky-yii2-rollbar)[upscale/swoole-newrelic

New Relic APM monitoring of Swoole web-server

1619.6k](/packages/upscale-swoole-newrelic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
