PHPackages                             prajwal89/analytics - 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. prajwal89/analytics

ActiveLibrary

prajwal89/analytics
===================

inhouse analytics solution with filament pane

v0.1.1(1y ago)0121↓100%[2 PRs](https://github.com/prajwal89/analytics/pulls)MITPHPCI passing

Since Apr 6Pushed 1mo ago1 watchersCompare

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

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

Analytic Module
===============

[](#analytic-module)

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

[](#installation)

- Register the plugin in your admin panel.
- Publish the JavaScript file using: `php artisan vendor:publish --tag=analytics-assets`
- exclude the route from csrf checking

    ```
    $middleware->validateCsrfTokens(except: [
         '/api/an'
    ]);
    ```
- Register `PageViewsTrendChart::class` as a dashboard widget (optional).
- Register `PageViewsDoughnutChart::class` as a dashboard widget (optional).
- Download the GeoLite database required for location data of the users using:
    `php artisan analytics:sync-geolite-db`
- Add the following to your scheduler to update the database periodically (ideally every 30 days) (optional but recommended):

```
Schedule::command('analytics:sync-geolite-db')
    ->withoutOverlapping()
    ->twiceMonthly();
```

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

[](#configuration)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance72

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96% 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 ~4 days

Total

3

Last Release

390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3eb26ed1148ea7d71ba384fe0e1a08f01dc17fb0ec09058cd8d8b60aec3d6afc?d=identicon)[prajwal89](/maintainers/prajwal89)

---

Top Contributors

[![prajwal89](https://avatars.githubusercontent.com/u/22263436?v=4)](https://github.com/prajwal89 "prajwal89 (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[cagilo/cagilo

A set of open-source Blade components for the Laravel Framework

172996.5k](/packages/cagilo-cagilo)

PHPackages © 2026

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