PHPackages                             alleyinteractive/wp-new-relic-transactions - 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. alleyinteractive/wp-new-relic-transactions

ActiveWordpress-plugin[Logging &amp; Monitoring](/categories/logging)

alleyinteractive/wp-new-relic-transactions
==========================================

A companion plugin when using New Relic with WordPress, to improve the recorded transaction data.

v0.2.2(4mo ago)8111.3k↑13.3%[6 PRs](https://github.com/alleyinteractive/wp-new-relic-transactions/pulls)GPL-2.0-or-laterPHPPHP ^8.2CI passing

Since Mar 13Pushed 2mo ago19 watchersCompare

[ Source](https://github.com/alleyinteractive/wp-new-relic-transactions)[ Packagist](https://packagist.org/packages/alleyinteractive/wp-new-relic-transactions)[ Docs](https://github.com/alleyinteractive/wp-new-relic-transactions)[ RSS](/packages/alleyinteractive-wp-new-relic-transactions/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (18)Used By (0)

WP New Relic Transactions
=========================

[](#wp-new-relic-transactions)

Contributors: mboynes

Tags: alleyinteractive, wp-new-relic-transactions

Stable tag: 0.2.2

Requires at least: 5.9

Tested up to: 6.8

Requires PHP: 8.2

License: GPL v2 or later

[![All Pull Request Tests](https://github.com/alleyinteractive/wp-new-relic-transactions/actions/workflows/all-pr-tests.yml/badge.svg)](https://github.com/alleyinteractive/wp-new-relic-transactions/actions/workflows/all-pr-tests.yml)

A companion plugin when using New Relic with WordPress, to improve the recorded transaction data.

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

[](#installation)

You can install the package via composer:

```
composer require alleyinteractive/wp-new-relic-transactions
```

Usage
-----

[](#usage)

Simply activate the plugin in WordPress, no further action is necessary.

Transaction Names and Params
----------------------------

[](#transaction-names-and-params)

This plugin will name the requests, and apply the given custom attributes/parameters:

Request typeTransaction Namehomepage and front page`homepage`feed`feed` or `feed.{feed type}`embed`embed`
Param: `embed`404`error.404`search`search`
Param: `s`privacy policy`privacy_policy`post type archive`archive.post_type.{post type}`taxonomy archive`taxonomy` or `taxonomy.{taxonomy}`
Params: `term_id`, `slug`attachment`attachment`single post`post` or `post.{post type}`
Param: `post_id`author archive`archive.author`date archive`archive.date`misc archive`archive`REST API request`{VERB} {Route}`
Params: `wp-api = true`, `wp-api-route`### REST API Request Names

[](#rest-api-request-names)

REST API requests get a special formatting. When possible, dynamic portions of the URL are replaced with angle brackets surrounding the name of the parameter. Further, the HTTP verb is included in the name.

For instance: `GET /wp/v2/posts/\`

### Additional Custom Attributes

[](#additional-custom-attributes)

In addition to the above, requests should also include the following attributes/parameters for non-REST requests:

- `logged-in`: Is the user logged in or not
- `paged`: `true` if the request is paged
- `page`: The page number if the request is paged

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

This project is actively maintained by [Alley Interactive](https://github.com/alleyinteractive). Like what you see? [Come work with us](https://alley.co/careers/).

- [Matthew Boynes](https://github.com/mboynes)
- [All Contributors](../../contributors)

License
-------

[](#license)

The GNU General Public License (GPL) license. Please see [License File](LICENSE) for more information.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance82

Actively maintained with recent releases

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

4

Last Release

124d ago

PHP version history (2 changes)v0.1.0PHP ^8.0

v0.2.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (448 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (448 commits)")[![srtfisher](https://avatars.githubusercontent.com/u/346399?v=4)](https://github.com/srtfisher "srtfisher (30 commits)")[![juliobranha](https://avatars.githubusercontent.com/u/6450969?v=4)](https://github.com/juliobranha "juliobranha (6 commits)")[![mboynes](https://avatars.githubusercontent.com/u/465154?v=4)](https://github.com/mboynes "mboynes (5 commits)")[![nlemoine](https://avatars.githubusercontent.com/u/2526939?v=4)](https://github.com/nlemoine "nlemoine (1 commits)")

---

Tags

alleyinteractivewp-new-relic-transactions

### Embed Badge

![Health badge](/badges/alleyinteractive-wp-new-relic-transactions/health.svg)

```
[![Health](https://phpackages.com/badges/alleyinteractive-wp-new-relic-transactions/health.svg)](https://phpackages.com/packages/alleyinteractive-wp-new-relic-transactions)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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