byinti/php-newrelic

PHP SDK for New Relic Agent API

2.3 2025-01-06 21:51 UTC

This package is not auto-updated.

Last update: 2025-05-27 14:54:14 UTC


README

Requirements

  • PHP >=5.3.3
  • NewRelic extension for PHP

Installation

Using Composer's command line interface:

php composer.phar require byinti/php-newrelic:2.*

or

composer require byinti/php-newrelic:2.*

Manually adding the requirements to composer.json:

"require": {
    "byinti/php-newrelic": "2.*"
}

Don't forget to load Composer's autoloader

require 'vendor/autoload.php';

Packagist Repository

https://packagist.org/packages/byinti/php-newrelic