PHPackages                             ovde/visitorcount - 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. ovde/visitorcount

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

ovde/visitorcount
=================

Visitor statistics for your website

v1.0.3(7y ago)4911MITPHP

Since Jul 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/4ilo/visitorcount)[ Packagist](https://packagist.org/packages/ovde/visitorcount)[ RSS](/packages/ovde-visitorcount/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

A simple visitor counter with graph for Laravel

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

[](#installation)

```
composer require ovde/visitorcount

```

For Laravel &lt; 5.5 add the service provider of the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
Ovde\Visitorcount\VisitorCountServiceProvider::class,

```

Publish the assets:

```
php artisan vendor:publish --tag=public --force

```

Migrate your database:

```
php artisan migrate

```

Usage
-----

[](#usage)

The folowing views are available to use:

```
@include("visitorcount::graph")
@include("visitorcount::stats")

```

Register the `countVisit` middleware on the routes you want to count visits.

```
Route::get("/")->middleware("countVisit");

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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 ~4 days

Total

4

Last Release

2889d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15938739?v=4)[Olivier](/maintainers/4ilo)[@4ilo](https://github.com/4ilo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ovde-visitorcount/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M284](/packages/laravel-horizon)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M273](/packages/illuminate-pipeline)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

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