patrickallaert/php-apm-web

APM (Alternative PHP Monitor) web frontend

Maintainers

Package info

github.com/patrickallaert/php-apm-web

Language:JavaScript

pkg:composer/patrickallaert/php-apm-web

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 77

Open Issues: 2

2.0.0 2015-03-09 13:48 UTC

This package is auto-updated.

Last update: 2026-02-28 08:03:51 UTC


README

APM (Alternative PHP Monitor) is a monitoring extension enabling native Application Performance Management (APM) for PHP.

This is the web frontend that enables visualizing the data gathered by that extension.

Installing

From source:

  1. Check out this repository so that it can be accessed by your webserver.

    git clone https://github.com/patrickallaert/php-apm-web.git apm-web
    
  2. Configure config/db.php to use the correct backend:

    return new PDO("sqlite:/var/php/apm/db/events");
  3. Reach the created directory from your browser: http://localhost/path/to/apm-web/