blueweb / newrelic-nette
New Relic integration into Nette Framework
Installs: 33 421
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- 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 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