2017 © Pedro Peláez
 

library newrelic-polyfill

Polyfill for the New Relic PHP extension

image

ovr/newrelic-polyfill

Polyfill for the New Relic PHP extension

  • Monday, August 22, 2016
  • by ovr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,947 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

NewRelic Polyfill

Why this package is needed?, (*1)

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

The Versions

22/08 2016

dev-master

9999999-dev

Polyfill for the New Relic PHP extension

  Sources   Download

MIT

22/08 2016

1.0.1

1.0.1.0

Polyfill for the New Relic PHP extension

  Sources   Download

MIT

22/08 2016

1.0

1.0.0.0

Polyfill for the New Relic PHP extension

  Sources   Download

MIT