ourmetrics/laravel-sdk is a Laravel package for .....
It currently has 1 GitHub stars and 5.637 downloads on Packagist.
Install it with composer require ourmetrics/laravel-sdk.
Discover more Laravel packages by ourmetrics
or browse all Laravel packages to compare alternatives.
Last updated
Laravel SDK for OurMetrics API to log metrics.
Uses the OurMetrics PHP SDK under the hood, and adds some Laravel helpers such as config, facade, useful traits and optional middlewares.
composer require ourmetrics/laravel-sdk
Find your project key in the OurMetrics dashboard, and append it to your .env file as so:
OURMETRICS_KEY=123456789
... Todo ...