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. [API Development](/categories/api)
4. /
5. aschmelyun/quickmetrics-laravel

ActiveLibrary[API Development](/categories/api)

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

Laravel wrapper package for the Quickmetrics.io API

v1.1.0(6y ago)3392MITPHPCI failing

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 2w ago

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 52% 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

2448d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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