PHPackages                             eluhr/yii2-analytics-core - 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. eluhr/yii2-analytics-core

ActiveYii2-extension[API Development](/categories/api)

eluhr/yii2-analytics-core
=========================

Super simple analytics module business logic

0.0.1-rc1(5y ago)031BSD-3-ClausePHP

Since Jul 20Pushed 5y agoCompare

[ Source](https://github.com/eluhr/yii2-analytics-core)[ Packagist](https://packagist.org/packages/eluhr/yii2-analytics-core)[ RSS](/packages/eluhr-yii2-analytics-core/feed)WikiDiscussions master Synced yesterday

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

Yii2 Analytics Module Core
==========================

[](#yii2-analytics-module-core)

This is the core (business logic) for a super simple analytics api implementation

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

[](#installation)

```
composer require eluhr/yii2-analytics-core
```

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

[](#configuration)

```
use eluhr\analytics\core\Module as AnalyticsCoreModule;

[
    'controllerMap' => [
        'migrate' => [
            'migrationPath' => [
                '@vendor/eluhr/yii2-analytics-core/src/migrations'
            ]
        ]
    ],
    'modules' => [
        'analytics-api' => [
            'class' => AnalyticsCoreModule::class
        ]
    ]
];
```

(Re)Generating models
---------------------

[](#regenerating-models)

```
docker-compose run --rm -e PHP_USER_ID=0 php yii analytics-core-gii/models --appconfig=/app/vendor/eluhr/yii2-analytics-core/src/config/giiant.php
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07b2ebef20cf3f8b95894ff50fdb0ba46cf04c8d74ffbb6a4e724af8569a8aec?d=identicon)[eluhr](/maintainers/eluhr)

---

Top Contributors

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

---

Tags

apiyii2extensionanalytics

### Embed Badge

![Health badge](/badges/eluhr-yii2-analytics-core/health.svg)

```
[![Health](https://phpackages.com/badges/eluhr-yii2-analytics-core/health.svg)](https://phpackages.com/packages/eluhr-yii2-analytics-core)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

153.9k](/packages/mikemadisonweb-yii2-elasticsearch)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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