blueweb/newrelic-nette

New Relic integration into Nette Framework

Installs: 43 604

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/blueweb/newrelic-nette

4.0.0 2025-10-08 13:35 UTC

This package is auto-updated.

Last update: 2025-10-08 13:38:16 UTC


README

Repository https://github.com/blueweb/newrelic-nette.

Requirements

Library blueweb/newrelic-nette requires PHP 7.4 or higher.

Installation

The best way to install blueweb/newrelic-nette is using Composer:

$ composer require blueweb/newrelic-nette

You have to also add this to your config.neon:

extensions:
	newrelic: Blueweb\NewRelic\DI\DiExtension

Extension is automatically disabled in development environment. You can also manually enable/disable the extension:

newrelic:
	enable: false