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 1mo ago

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 49% 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

2980d 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

[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68535.8M592](/packages/nette-bootstrap)[cakephp/utility

CakePHP Utility classes such as Inflector, String, Hash, and Security

12127.1M63](/packages/cakephp-utility)

PHPackages © 2026

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