rsmirnov90 / metrics-php

Track your API metrics within ReadMe.

Home Page:https://readme.com/metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme/metrics

Track your API metrics within ReadMe.

Packagist Build

Installation

composer require readme/metrics

Usage

readme/metrics is currently targeted towards codebases utilizing the Laravel framework. To get up and running, you'll need to do the following things:

  1. Publish our config file into your config/ directory:
php artisan vendor:publish --provider="ReadMe\ServiceProvider"
  1. In config/readme.php, change api_key to the API key we provide to you in your ReadMe project on https://dash.readme.io.
  2. In that config file, you will also see a group_handler that will be set to App\Handler\ReadMe::class. This file will exist within app\Handler in your application and you should change the contents of its constructGroup function to return data that's relevant to your codebase and users. We've provided some simple defaults but you'll likely need to change them.

Once you've done all that, add \ReadMe\Middleware::class into your API middleware in app/Http/Kernel.php and API Metrics will start streaming to your ReadMe project!

About

Track your API metrics within ReadMe.

https://readme.com/metrics

License:ISC License


Languages

Language:PHP 100.0%