Download the PHP package igormatkovic/laravel-newrelic without Composer
On this page you can find all versions of the php package igormatkovic/laravel-newrelic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download igormatkovic/laravel-newrelic
More information about igormatkovic/laravel-newrelic
Files in igormatkovic/laravel-newrelic
Package laravel-newrelic
Short Description Minimal NewRelic Functionality for Laravel
License MIT
Homepage https://github.com/igormatkovic/laravel-newrelic
Informations about the package laravel-newrelic
Minimal Laravel NewRelic Integration
Simple NewRelic integration that names the APP in Newrelic for both CLI and Web requests.
It also includes a helper for the synthetics monitor and a deployment command helper.
Installation
You can install the package via composer:
You can publish the config file with:
These are the ENV variables you can edit
Usage
Out of the box the App will automatically name the APP in NewRelic.
Synthetics Monitor Setup
NewRelic > Synthetic monitoring
Click on the Create Monitor > Availability
Populate the fields:
Deployment Logging
After each deployment you should run the Deployment trigger
Example if you are using Envoyer
Testing
Credits
License
The MIT License (MIT)
All versions of laravel-newrelic with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/contracts Version ^8.0 || ^9.0
illuminate/support Version ^8.0 || ^9.0