oved/apm

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Details

github.com/OveD-php/apm

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/oved/apm

dev-master 2018-09-03 20:40 UTC

This package is not auto-updated.

Last update: 2025-10-07 23:48:42 UTC


README

apm

APM package for laravel

Install

git clone locally

add to composer.json:

"repositories": [{ "type": "vcs", "url": "/path/to/package" }],

composer require vistik/apm:dev-master

php artisan migrate

add ApmMiddleware::class to middleware in kernel.php

Publish config: php artisan vendor:publish - select Provider: Vistik\Apm\ServiceProvider\ApmServiceProvider

Make a few requests

Look in the database :)