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 3d 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 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

2842d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fca5b62c44a65d053704cb511f9e1a79addca42ff43a8735295634d5996c0c8f?d=identicon)[4ilo](/maintainers/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

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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