blueweb/newrelic-nette

New Relic integration into Nette Framework

4.0.0 2024-05-08 18:14 UTC

This package is auto-updated.

Last update: 2024-05-08 18:15:36 UTC


README

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

Requirements

Library blueweb/newrelic-nette requires PHP 8.0 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