laravel-sdk maintained by ourmetrics
Description
....
Author
Last update
2021/02/06 20:37
(dev-master)
License
Downloads
5 637
Tags
Uses the OurMetrics PHP SDK under the hood, and adds some Laravel helpers such as config, facade, useful traits and optional middlewares.
Installation
1. Install using composer.
composer require ourmetrics/laravel-sdk
2. Add your project key
Find your project key in the OurMetrics dashboard, and append it to your .env file as so:
OURMETRICS_KEY=123456789
Usage
... Todo ...
Requirements
- PHP >= 7.3
- Laravel >= 5.7