PHPackages                             kunstmaan/newrelicbundle - 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. kunstmaan/newrelicbundle

Abandoned → EkinoNewRelicBundleLibrary[Logging &amp; Monitoring](/categories/logging)

kunstmaan/newrelicbundle
========================

THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

v2.4.0(12y ago)1311.5kMITPHPPHP &gt;=5.3.3

Since Nov 6Pushed 12y ago13 watchersCompare

[ Source](https://github.com/Kunstmaan/KunstmaanNewRelicBundle)[ Packagist](https://packagist.org/packages/kunstmaan/newrelicbundle)[ Docs](https://github.com/Kunstmaan/KunstmaanNewRelicBundle)[ RSS](/packages/kunstmaan-newrelicbundle/feed)WikiDiscussions master Synced 1mo ago

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

IMPORTANT: We recommend that you no longer use this bundle. Since it's inception EkinoNewRelicBundle has appeared and is better maintained and has more features.

KunstmaanNewRelicBundle
=======================

[](#kunstmaannewrelicbundle)

[![Build Status](https://camo.githubusercontent.com/2251442ba30e1ef50081858bcbf7acac73e14f229e00691d1c054343ecb28446/68747470733a2f2f7472617669732d63692e6f72672f4b756e73746d61616e2f4b756e73746d61616e4e657752656c696342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Kunstmaan/KunstmaanNewRelicBundle)[![Total Downloads](https://camo.githubusercontent.com/37671d251263f555c335ceed3703be2f4516055c9c9cc622da9b91a4d9dfa974/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6e657772656c696362756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/kunstmaan/newrelicbundle)[![Latest Stable Version](https://camo.githubusercontent.com/10bcb0fee163618e2b3aa40855d2224eba989425cad32ab4a5801d8630667149/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6e657772656c696362756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/kunstmaan/newrelicbundle)[![Analytics](https://camo.githubusercontent.com/9611a3ed478e8f4c07443ebd6c9281e80efa4930f19eb0dd75b27ca4702cc730/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d333136303733352d372f4b756e73746d61616e2f4b756e73746d61616e4e657752656c696342756e646c65)](https://github.com/igrigorik/ga-beacon)

Are you tired to see `/app.php` as transaction in your NewRelic account? Good new then, the guys at NewRelic are planning to add Symfony2 support to their PHP extension but since there is no timeline for the release yet, i created this very small (4LOC) bundle that sets the transaction name to the controller and action. For example, you will now see `/WelcomeController::indexAction`. This also means you can start using the Key Transactions feature of NewRelic.

Installation?
-------------

[](#installation)

### Composer

[](#composer)

composer.json

```
    "require": {
        "kunstmaan/newrelicbundle": "*"
    },
```

AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\NewRelicBundle\KunstmaanNewRelicBundle(),
            // ...
        );
```

### deps

[](#deps)

deps:

```
[KunstmaanNewRelicBundle]
    git=https://github.com/Kunstmaan/KunstmaanNewRelicBundle.git
    target=/bundles/Kunstmaan/NewRelicBundle
```

AppKernel:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\NewRelicBundle\KunstmaanNewRelicBundle(),
            // ...
        );
```

autoload.php

```
$loader->registerNamespaces(array(
    // ...
    'Kunstmaan'                         => __DIR__.'/../vendor/bundles',
    // ...
));

```

Multiple environments support
-----------------------------

[](#multiple-environments-support)

To enable NewRelic for a specific environment, add these lines to the config.yml file for the environment (ie. config\_prod.yml) :

```
kunstmaan_new_relic:
    enabled: true

```

Note that NewRelic is disabled by default.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~80 days

Total

9

Last Release

4533d ago

Major Versions

0.1 → v2.12012-11-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/62ecb43e61751f5fc28256b948ef82f76704338a102d5122b2a6b355e8e972df?d=identicon)[Kunstmaan](/maintainers/Kunstmaan)

---

Top Contributors

[![krispypen](https://avatars.githubusercontent.com/u/156955?v=4)](https://github.com/krispypen "krispypen (5 commits)")[![roderik](https://avatars.githubusercontent.com/u/16780?v=4)](https://github.com/roderik "roderik (3 commits)")[![wimvds](https://avatars.githubusercontent.com/u/777114?v=4)](https://github.com/wimvds "wimvds (2 commits)")[![kimausloos](https://avatars.githubusercontent.com/u/493233?v=4)](https://github.com/kimausloos "kimausloos (1 commits)")

---

Tags

monitoringkunstmaansaasdeployment

### Embed Badge

![Health badge](/badges/kunstmaan-newrelicbundle/health.svg)

```
[![Health](https://phpackages.com/badges/kunstmaan-newrelicbundle/health.svg)](https://phpackages.com/packages/kunstmaan-newrelicbundle)
```

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M81](/packages/rollbar-rollbar)[liip/monitor-bundle

Liip Monitor Bundle

4728.7M16](/packages/liip-monitor-bundle)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)

PHPackages © 2026

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