blueweb / newrelic-nette
New Relic integration into Nette Framework
4.0.0
2025-10-08 13:35 UTC
Requires
- php: >=7.4
- nette/application: ~3.0
- nette/di: ~3.0
- nette/schema: ~1.0
Requires (Dev)
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