PHPackages                             aschmelyun/quickmetrics-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aschmelyun/quickmetrics-laravel

ActiveLibrary

aschmelyun/quickmetrics-laravel
===============================

Laravel wrapper package for the Quickmetrics.io API

v1.1.0(6y ago)3392MITPHP

Since Oct 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/aschmelyun/quickmetrics-laravel)[ Packagist](https://packagist.org/packages/aschmelyun/quickmetrics-laravel)[ RSS](/packages/aschmelyun-quickmetrics-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

quickmetrics-laravel
====================

[](#quickmetrics-laravel)

This is a basic wrapper package for sending events to the [Quickmetrics](https://quickmetrics.io) API. It exposes a single class function, `qm()`, that you can use across your Laravel controllers, models, and views.

Installation
------------

[](#installation)

Run `composer require aschmelyun/quickmetrics-laravel` from your Laravel application root. Once that's finished, you'll need to open up your `.env` file and add the following to the bottom:

```
QUICKMETRICS_API_KEY={your-api-key}
```

*Optionally:* You can publish the config file from the package by running:

```
php artisan vendor:publish --provider="Larahawk\Watcher\LarahawkServiceProvider"
```

Usage
-----

[](#usage)

To send a single event in your application, use `qm()->event(name, value, dimension)`. Name is a required string, value a required float, and dimension is an optional string that defaults to null.

You can also send batch events with `qm()->batch(items)`. See the [documentation on batching](https://app.quickmetrics.io/docs/send-events/batching) for more details about how your items array should be formatted.

More Info
---------

[](#more-info)

This package was developed as part of a video tutorial I've published on YouTube for getting started with Laravel package development. Check it out [here](https://www.youtube.com/watch?v=Hr8Zc2Zkcjg) if you want a behind-the-scenes look at how this was built.

If you have any questions, feel free to reach out to me on Twitter [@aschmelyun](https://twitter.com/aschmelyun).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89d40a36efd670c752d8d6e488192d9ae78b9ff49503cf6b671f46d17cb67768?d=identicon)[aschmelyun](/maintainers/aschmelyun)

---

Top Contributors

[![aschmelyun](https://avatars.githubusercontent.com/u/3395980?v=4)](https://github.com/aschmelyun "aschmelyun (5 commits)")

### Embed Badge

![Health badge](/badges/aschmelyun-quickmetrics-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/aschmelyun-quickmetrics-laravel/health.svg)](https://phpackages.com/packages/aschmelyun-quickmetrics-laravel)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
