2017 © Pedro Peláez
 

library newrelic

Namespaced Wrapper for NewRelic PHP Agent

image

intouch/newrelic

Namespaced Wrapper for NewRelic PHP Agent

  • Monday, November 16, 2015
  • by pleckey
  • Repository
  • 6 Watchers
  • 27 Stars
  • 887,987 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 10 Forks
  • 3 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

Build Status Coveralls Latest Version on Packagist Total Downloads StyleCI, (*1)

NewRelic PHP Agent API Wrapper

This is simply a pass-through wrapper to the NewRelic PHP Agent API in a namespaced class available via composer. No magic here., (*2)

Installation

Run, (*3)

$ composer require intouch/newrelic

Basic Use

The most basic use is to simple include the class:, (*4)

use Intouch\Newrelic\Newrelic;

$newrelic = new Newrelic();

This will load the class and, if the NewRelic agent is installed, give you access to the API. If the agent is not installed, it will simply act as a pass-through and return false from all methods., (*5)

If you want some notification if the NewRelic agent cannot be loaded, pass true to the constructor:, (*6)

use Intouch\Newrelic\Newrelic;

$newrelic = new Newrelic(true);

If the agent API is not found, this will now throw a RuntimeException., (*7)

The Versions

16/11 2015

dev-master

9999999-dev http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Patrick Leckey

newrelic new relic

06/10 2015

2.0.x-dev

2.0.9999999.9999999-dev http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Patrick Leckey

newrelic new relic

23/09 2015

dev-travis-cache

dev-travis-cache http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Patrick Leckey

newrelic new relic

18/08 2014

1.0.3

1.0.3.0 http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

by Patrick Leckey

newrelic new relic

22/04 2013

1.0.2

1.0.2.0 http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

by Patrick Leckey

newrelic new relic

22/04 2013

1.0.0

1.0.0.0 http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Patrick Leckey

newrelic new relic

22/04 2013

1.0.1

1.0.1.0 http://github.com/In-Touch/newrelic/

Namespaced Wrapper for NewRelic PHP Agent

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Patrick Leckey

newrelic new relic