PHPackages                             anzuann/visitors-counter - 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. anzuann/visitors-counter

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

anzuann/visitors-counter
========================

1.0.9(6y ago)16MITPHP

Since Jul 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/anzuannbabu/visitors-counter)[ Packagist](https://packagist.org/packages/anzuann/visitors-counter)[ RSS](/packages/anzuann-visitors-counter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)DependenciesVersions (10)Used By (0)

laravel-visitors-counter
========================

[](#laravel-visitors-counter)

This is the laravel website visitors counter build on top of browser fingerprint

Installation steps
==================

[](#installation-steps)

### 1. run composer require anzuann/visitors-counter "1.0.9"

[](#1-run-composer-require-anzuannvisitors-counter-109)

### 2. configure your database in .env file then run "$ php artisan config:clear"

[](#2-configure-your-database-in-env-file-then-run--php-artisan-configclear)

### 3. run "$ php artisan migrate" to migrate visitors\_counter table to the db

[](#3-run--php-artisan-migrate-to-migrate-visitors_counter-table-to-the-db)

### 4. run "$ php artisan vender:publish" to publish assets/views files to public vendors

[](#4-run--php-artisan-venderpublish-to-publish-assetsviews-files-to-public-vendors)

### 5. copy the following to the footer of the page you want to track visits

[](#5-copy-the-following-to-the-footer-of-the-page-you-want-to-track-visits)

```
 @include("vendor.visitors-counter.script-config")

```

### Routes

[](#routes)

```
 http://localhost:{port}/api/visitorsLog

```

to get all visit logs, the logs object is as follows

#### {

[](#)

#### "today": "0",

[](#today-0)

#### "yesterday": "0",

[](#yesterday-0)

#### "thisWeek": "2",

[](#thisweek-2)

#### "thisMonth": "0",

[](#thismonth-0)

#### "all": "2"

[](#all-2)

#### }

[](#-1)

Hint: Make sure you have jquery plugin loaded to your website
-------------------------------------------------------------

[](#hint-make-sure-you-have-jquery-plugin-loaded-to-your-website)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~0 days

Total

9

Last Release

2475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/211b3587e6a8da5e1607e7f078506b931985df39e015eb0b26656c9471a0949f?d=identicon)[anzuannbabu](/maintainers/anzuannbabu)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/anzuann-visitors-counter/health.svg)

```
[![Health](https://phpackages.com/badges/anzuann-visitors-counter/health.svg)](https://phpackages.com/packages/anzuann-visitors-counter)
```

PHPackages © 2026

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