PHPackages                             arku31/roadrunner-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arku31/roadrunner-newrelic

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arku31/roadrunner-newrelic
==========================

Implementation of the communication between the golang and php sides of roadrunner

0.1.5(4y ago)210.6kMITPHPPHP &gt;=7.4

Since Oct 26Pushed 4y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

Response enricher for the newrelic implementation in the roadrunner
===================================================================

[](#response-enricher-for-the-newrelic-implementation-in-the-roadrunner)

Usage

```
$transactionDetail = new TransactionDetail();
$transactionDetail->setName('test');
$transactionDetail->setCustomData('key', 'value');

$segment = new Segment();
$segment->setName('testSegment');
$segment->setDuration('1');
$segment->setMeta(['testmetakey' => 'testmetavalue']);

$transactionDetail->addSegment($segment);

$enricher = new EnrichResponse(new TransactionDetailTransformer());
$response = $enricher->enrich($response, $transactionDetail);

```

Note: Duration tracking is not available atm due to restriction of the newrelic golang library.
-----------------------------------------------------------------------------------------------

[](#note-duration-tracking-is-not-available-atm-due-to-restriction-of-the-newrelic-golang-library)

Transaction can be marked as ignored with

`$transactionDetail->ignoreTransaction();`

In this case, roadrunner will not send this transaction to newrelic. This is useful f.e. for some `health` endpoints

### License: MIT

[](#license-mit)

See  for example

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

4

Last Release

1592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f550cb13eb7debca1b6396002279acf2540f8841355b9c310bc0b955e7e77e37?d=identicon)[arku31](/maintainers/arku31)

---

Tags

newrelic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arku31-roadrunner-newrelic/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[anthropic-ai/sdk

Anthropic PHP SDK

163583.3k15](/packages/anthropic-ai-sdk)

PHPackages © 2026

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