PHPackages                             loop/module-minitracker - 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. loop/module-minitracker

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

loop/module-minitracker
=======================

Module to track code against sku

01PHP

Since Mar 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/keyurpatel90/minitracker)[ Packagist](https://packagist.org/packages/loop/module-minitracker)[ RSS](/packages/loop-module-minitracker/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Mage2 Module Loop MiniTracker
=============================

[](#mage2-module-loop-minitracker)

```
``loop/module-minitracker``

```

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)

Main Functionalities
--------------------

[](#main-functionalities)

Module to track code against sku

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

[](#installation)

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/Loop`
- Enable the module by running `php bin/magento module:enable Loop_MiniTracker`
- Apply database updates by running `php bin/magento setup:upgrade --keep-generated`
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer

[](#type-2-composer)

- Install the module composer by running `composer require loop/module-minitracker`
- enable the module by running `php bin/magento module:enable Loop_MiniTracker`
- apply database updates by running `php bin/magento setup:upgrade --keep-generated`
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

- Go to Store-&gt;configuration-&gt;Loop-&gt;Tracking configuration
- Enable the module
- Configure the tracking api url
- Configure api connection timeout (30 sec)

Queue configuration
-------------------

[](#queue-configuration)

- Module MiniTracker is using queue (MySql based) to send request to tracking api
- Following is the command to start queue to consume message `bin/magento queue:consumers:start requestProcessor --max-messages=50`where `requestProcessor` is the queue name

API Specifications
------------------

[](#api-specifications)

- Get all tracking

    - GET - `/V1/loop-minitracker/tracking`
- Get id specific record

    - GET - `/V1/loop-minitracker/trackinginfo/:trackinginfoId`
- Search record

    - GET - `/V1/loop-minitracker/trackinginfo/search`

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3092875?v=4)[Keyur Patel](/maintainers/keyurpatel90)[@keyurpatel90](https://github.com/keyurpatel90)

---

Top Contributors

[![keyurpatel90](https://avatars.githubusercontent.com/u/3092875?v=4)](https://github.com/keyurpatel90 "keyurpatel90 (3 commits)")

### Embed Badge

![Health badge](/badges/loop-module-minitracker/health.svg)

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

###  Alternatives

[php-parallel-lint/php-var-dump-check

Find forgotten variables dump in PHP source code.

211.6M31](/packages/php-parallel-lint-php-var-dump-check)[sop/crypto-types

A PHP library of various ASN.1 types for cryptographic applications.

121.4M35](/packages/sop-crypto-types)

PHPackages © 2026

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