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

ActiveProject[Logging &amp; Monitoring](/categories/logging)

exploitfate/yii2-newrelic
=========================

Yii2 NewRelic package

v1.0.1(1y ago)03.9k↓40%MITPHPPHP &gt;=5.4.0

Since Nov 20Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Yii2 Newrelic Package
=====================

[](#yii2-newrelic-package)

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

[](#requirements)

```
echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' | sudo tee /etc/apt/sources.list.d/newrelic.list
wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add - && sudo apt update
sudo apt -y install newrelic-php5
```

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

[](#installation)

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

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

```

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

[](#configuration)

Add newrelic to bootstrap and set component config

```
return [
    'bootstrap' => ['newrelic'],
        // ...
    'components' => [
        // ...
        'newrelic' => [
            'class' => 'exploitfate\yii\newrelic\Newrelic',
            'name' => 'website.com', // optional, uses Yii::$app->name by default
            //'enabled' => false // optional, default = true
            //'enableEndUser' => false // optional, default = false
        ],
        // ...
    ],
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2168183808f4862bdb8829386c6a07803f13fa663e4b59afd1bd830325527760?d=identicon)[exploitfate](/maintainers/exploitfate)

---

Top Contributors

[![casperbs](https://avatars.githubusercontent.com/u/22616644?v=4)](https://github.com/casperbs "casperbs (1 commits)")

---

Tags

yii2newrelic

### Embed Badge

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

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

###  Alternatives

[bedezign/yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.

201657.4k4](/packages/bedezign-yii2-audit)[bazilio/yii2-newrelic

Newrelic integration for Yii2

23399.4k](/packages/bazilio-yii2-newrelic)[mito/yii2-sentry

Yii 2 extension for Sentry

92377.7k](/packages/mito-yii2-sentry)

PHPackages © 2026

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