byinti/php-newrelic

PHP SDK for New Relic Agent API

Maintainers

Package info

github.com/ByINTI/php-newrelic

pkg:composer/byinti/php-newrelic

Statistics

Installs: 16 139

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.3 2025-01-06 21:51 UTC

This package is not auto-updated.

Last update: 2026-03-03 18:55:31 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