ovr/newrelic-polyfill

Polyfill for the New Relic PHP extension

1.0.1 2016-08-22 05:50 UTC

This package is auto-updated.

Last update: 2024-03-29 03:13:25 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