ovr/newrelic-polyfill

Polyfill for the New Relic PHP extension

Maintainers

Package info

github.com/ovr/new-relic-polyfill-php

pkg:composer/ovr/newrelic-polyfill

Statistics

Installs: 6 074

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.1 2016-08-22 05:50 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:28 UTC


README

Why this package is needed?

1. Protect unneeded check that NewRelic's PHP extension is loaded:

if (extension_loaded('newrelic')) {
    newrelic_set_appname($name);
}

2. Get cool auto complete

MIT