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

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

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

in-house analytics solution with filament panel

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

Since Apr 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/prajwal89/analytics)[ Packagist](https://packagist.org/packages/prajwal89/analytics)[ RSS](/packages/prajwal89-analytics/feed)WikiDiscussions master Synced 3w 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

31

—

LowBetter than 66% of packages

Maintenance67

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.3% 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

435d 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 (26 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.6k38.2k](/packages/matomo-matomo)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k8.2M84](/packages/stevebauman-location)[yourls/yourls

Your Own URL Shortener

12.1k27.8k1](/packages/yourls-yourls)[shlinkio/shlink

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

5.0k4.9k](/packages/shlinkio-shlink)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

91194.7k1](/packages/pulkitjalan-ip-geolocation)

PHPackages © 2026

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