PHPackages                             osit/webalitics - 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. osit/webalitics

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

osit/webalitics
===============

Focused web analytics software, with real-time reports about the traffic sources, locations, and technologies used by the visitors.

1.0.0(2y ago)17MITHTMLPHP ^8.1

Since Nov 23Pushed 2y ago1 watchersCompare

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

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

WEBALITICS
==========

[](#webalitics)

[![Packagist Version (custom server)](https://camo.githubusercontent.com/91df2ae782260712c548ae6ee6c40c0fc079767b2eb9b49db53a6a192e647f55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f7369742f776562616c6974696373)](https://camo.githubusercontent.com/91df2ae782260712c548ae6ee6c40c0fc079767b2eb9b49db53a6a192e647f55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f7369742f776562616c6974696373)[![Packagist PHP Version](https://camo.githubusercontent.com/361a4dff19a08ac371f32e1ba36aa5de8ded6e2d52bcaed99a37a1067d804377/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f7369742f776562616c69746963732f706870)](https://camo.githubusercontent.com/361a4dff19a08ac371f32e1ba36aa5de8ded6e2d52bcaed99a37a1067d804377/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f7369742f776562616c69746963732f706870)[![Static Badge](https://camo.githubusercontent.com/9b0d448eb8738db75762d04da979b7fd0d563355d29c896b1cd142f2aef745bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d4c61726176656c2d707572706c65)](https://camo.githubusercontent.com/9b0d448eb8738db75762d04da979b7fd0d563355d29c896b1cd142f2aef745bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d4c61726176656c2d707572706c65)[![License](https://camo.githubusercontent.com/fe85a6b181618af4045ab29719c710e1b14024a043740ec96bd6d21ec31c6775/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f6d6e69736f6c696e666f746563682f776562616c6974696373)](https://camo.githubusercontent.com/fe85a6b181618af4045ab29719c710e1b14024a043740ec96bd6d21ec31c6775/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f6d6e69736f6c696e666f746563682f776562616c6974696373)

About Webalitics
----------------

[](#about-webalitics)

Webalitics is a focused web analytics software with real-time reports about the traffic sources, locations, and technologies used by the visitors.

Using Webalitics
----------------

[](#using-webalitics)

Webalitics does its magic to find out which visitor came to your website, where in the world they are, and what browser and OS they used. You can then draw up a plan to make your website friendlier to a demographic or include more content for the specific demographic.

Getting Started
---------------

[](#getting-started)

1. Composer require the package:

    ```
    composer require osit/webalitics
    ```
2. Initialise the package:

    ```
    php artisan webalitics:init
    ```
3. Add Webalitics as middleware to your project. From your project root:

    1. locate the file '/app/Http/Kernel.php' .
    2. add `\Osit\Webalitics\Visilyzer::class,` to the `'web'` index in the `$middlewareGroups` array. [![Add Webalitics as middleware](src/resources/webalitic-assets/Webalitics_middleware.png "Add Webalitics as middleware")](src/resources/webalitic-assets/Webalitics_middleware.png)
4. Add more information to enabled Webalitics:

    1. Edit the Webalitics config file that can be found at project root '/config/webalitic.php' to edit routes you would like to monitor and to also add your GeoIP credentials to allow Webalitics to gather where your website visitor are in the world! You can also edit your .env file to add your User Name and Website Name, although these do not affect the workings for Webalitics. [![Webalitics config file](src/resources/webalitic-assets/Webalitics_config.png "Webalitics config file")](src/resources/webalitic-assets/Webalitics_config.png)
5. Use Webalitics:

    1. visit your website to check for any errors.
    2. visit Webalitics Dashboard using path {/webalitics/admin} e.g.:  to get your Webalitics!

Security
--------

[](#security)

You can protect you Webalitics data by uncommenting the line of code:
`// $this->middleware('auth');`
in the WebaliticsController.php constructor.

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Webalitics package!
Please email our developer via  to find out how.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3f34daafa09141e19bf52cbf471a65ee3daceee967ada15c4b1e0f180b2df87?d=identicon)[OmniSolInfoTech](/maintainers/OmniSolInfoTech)

---

Top Contributors

[![osit-developer](https://avatars.githubusercontent.com/u/152370602?v=4)](https://github.com/osit-developer "osit-developer (58 commits)")

---

Tags

analyticsweb-analytics

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[spatie/laravel-analytics

A Laravel package to retrieve Google Analytics data.

3.2k5.7M57](/packages/spatie-laravel-analytics)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)

PHPackages © 2026

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