PHPackages                             biozahard/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. biozahard/yii2-newrelic

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

biozahard/yii2-newrelic
=======================

Newrelic integration for Yii2 (Biozahard Edition)

0.0.7(9y ago)049MITPHPPHP &gt;=5.4.0

Since May 10Pushed 8y agoCompare

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

READMEChangelogDependencies (2)Versions (9)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 biozahard/yii2-newrelic

```

or add

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

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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

Every ~61 days

Recently: every ~90 days

Total

8

Last Release

3594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ccd30055d93c23ed3e9ebe719d9c1c70f864fe214b6f1df7fd659ff41ed4d00?d=identicon)[biozahard](/maintainers/biozahard)

---

Top Contributors

[![bazilio91](https://avatars.githubusercontent.com/u/380542?v=4)](https://github.com/bazilio91 "bazilio91 (9 commits)")[![biozahard](https://avatars.githubusercontent.com/u/5406151?v=4)](https://github.com/biozahard "biozahard (2 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)")

---

Tags

monitoringdebugyii2newrelic

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/biozahard-yii2-newrelic/health.svg)](https://phpackages.com/packages/biozahard-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)

PHPackages © 2026

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