Download the PHP package topshelfcraft/new-relic without Composer

On this page you can find all versions of the php package topshelfcraft/new-relic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package new-relic

New Relic

a plugin for Craft CMS

A Top Shelf Craft creation
Michael Rog, Proprietor

Instrument your Craft app with New Relic APM.


tl:dr

This plugin helps connect your Craft app with New Relic APM by setting transaction names and (optionally) an app name on each request.

Installation

  1. From your project directory, use Composer to require the plugin package:

  2. In the Control Panel, go to Settings → Plugins and click the “Install” button for New Relic.

  3. Add a new-relic.php config file, edit the plugin Settings as needed.

The New Relic plugin is also available for installation via the Craft CMS Plugin Store.

Configuration

You can use the Control Panel settings screen to configure the plugin, or add a new-relic.php file to your Craft config directory:

Enabling/Disabling for Testing

Leaving New Relic enabled when running test suites may cause problems — particularly when using CLI tools like Codeception — because Craft's isConsoleRequest() method may return erroneously when bootstrapped in a testing context.

To disable New Relic during testing, add the plugin handle to disabledPlugins, in the general.php config file in your Testing setup:

If you specifically need to use New Relic while running tests, you'll need to explicitly tweak the request in your test bootstrap:

What is New Relic?

New Relic provides tools for real-time monitoring and performance insight. When every aspect of your software and infrastructure is observable, you can can find and fix problems faster. New Relic APM (Application Performance Monitoring) helps you build, deploy, and maintain great software by providing detailed performance metrics for every aspect of your environment.

This plugin assumes you already have an account set up at newrelic.com and that you have installed the APM tool in your environment.

(This plugin is an unofficial companion to your New Relic setup for Craft. New Relic APM is a trademark of New Relic, Inc.)

Support

What are the system requirements?

Craft 4.0+ and PHP 8.0+

I found a bug.

Suuuuure you did.

I triple-checked. It's a bug.

Well then, thanks for looking out for me. Please open a GitHub Issue or submit a PR to the 4.x.dev branch.


Contributors:


All versions of new-relic with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^4.0
topshelfcraft/base Version ^4.0.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package topshelfcraft/new-relic contains the following files

Loading the files please wait ....