PHPackages                             kindmetrics/kindmetrics - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kindmetrics/kindmetrics

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kindmetrics/kindmetrics
=======================

Kindmetrics website analytics

v0.3.1(5y ago)0121MITPHPPHP ^7.2

Since Oct 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kindmetrics/kindmetrics-php)[ Packagist](https://packagist.org/packages/kindmetrics/kindmetrics)[ Docs](https://github.com/kindmetrics/kindmetrics-php)[ RSS](/packages/kindmetrics-kindmetrics/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Kindmetrics PHP Library
=======================

[](#kindmetrics-php-library)

This is the PHP library for [Kindmetrics](https://kindmetrics.io).

It is a privacy focused website analytics to help you find referrers and measure good content quickly. A more excellent way to dig into your visitors without the visitors giving their data to big enterprises. Kindmetrics have an API which this use, read more on

You can get your domains, create new and get data on specific domains, like current visitors, sources, mediums, pages, and more.

Getting started
---------------

[](#getting-started)

Using composer, you run this command:

```
composer require kindmetrics/kindmetrics

```

if you want to do it manually you would need to download, and run composer to add the required libraries this library is dependent on.

Example
-------

[](#example)

Here is an example when you have autoload the required files:

```
$token = "IlkoAAfas75468IBQ0tE8T1sdFhhgsdf7IidsgASd-c_m4";

$kind = new \Kindmetrics\Kindmetrics($token);

$domains = $kind->getDomains();
print_r($domains);

$domain = $kind->getDomain(2);
print_r($domain);
$sources = $domain->getSources();
print_r($sources);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

4

Last Release

2026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b35860a7ce039c43222da2221674f3191a4d544a0ee4661503ffefa893794c6?d=identicon)[confact](/maintainers/confact)

---

Top Contributors

[![confact](https://avatars.githubusercontent.com/u/433000?v=4)](https://github.com/confact "confact (9 commits)")

---

Tags

websiteanalytics

### Embed Badge

![Health badge](/badges/kindmetrics-kindmetrics/health.svg)

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

###  Alternatives

[spatie/laravel-analytics

A Laravel package to retrieve Google Analytics data.

3.2k5.7M57](/packages/spatie-laravel-analytics)[rubix/ml

A high-level machine learning and deep learning library for the PHP language.

2.2k1.4M28](/packages/rubix-ml)[segmentio/analytics-php

Segment Analytics PHP Library

25621.5M25](/packages/segmentio-analytics-php)[panphp/pan

A simple, lightweight, and privacy-focused product analytics php package.

1.2k94.6k5](/packages/panphp-pan)[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)

PHPackages © 2026

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