PHPackages                             kevbaldwyn/newrelic-fuel - 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. [Framework](/categories/framework)
4. /
5. kevbaldwyn/newrelic-fuel

ActiveLibrary[Framework](/categories/framework)

kevbaldwyn/newrelic-fuel
========================

A simple new relic framework integration for FuelPHP

0.3.7(8y ago)01.5kPHPPHP &gt;=5.3.3

Since Nov 16Pushed 8y agoCompare

[ Source](https://github.com/kevbaldwyn/newrelic-fuel)[ Packagist](https://packagist.org/packages/kevbaldwyn/newrelic-fuel)[ RSS](/packages/kevbaldwyn-newrelic-fuel/feed)WikiDiscussions master Synced today

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

newrelic-fuel
=============

[](#newrelic-fuel)

A simple new relic framework integration for FuelPHP

\##Installation With Composer

```
"require": {
    ...
    "kevbaldwyn/newrelic-fuel":"0.*"
    ...
}

```

Composer Update:

```
$ composer update kevbaldwyn/newrelic-fuel

```

\##Usage To start logging transactions you simply need to add a call to register the event listener somewhere logical such as the end of the bootstrap.php file:

```
KevBaldwyn\NewRelic\EventListener::register();

```

To use the page load time monitoring add the following 2 calls to your layout template:

```
echo KevBaldwyn\NewRelic\View::start();
echo KevBaldwyn\NewRelic\View::end();

```

For example:

```

	Page Title

	....

```

If you do not want to output the script tags then pass `false` to the `View::start()` and `View::end()`:

```

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~111 days

Recently: every ~298 days

Total

12

Last Release

3027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/493d83b3d613f5d449f08b101e742fa85a28a272ab9cf0a73ca778464ad47a7b?d=identicon)[kevbaldwyn](/maintainers/kevbaldwyn)

---

Top Contributors

[![kevbaldwyn](https://avatars.githubusercontent.com/u/2512883?v=4)](https://github.com/kevbaldwyn "kevbaldwyn (35 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kevbaldwyn-newrelic-fuel/health.svg)

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

###  Alternatives

[teepluss/hmvc

Laravel HMVC.

7634.7k](/packages/teepluss-hmvc)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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