PHPackages                             sadekd/laravel-visitor - 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. sadekd/laravel-visitor

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

sadekd/laravel-visitor
======================

Laravel Visitor package

v2.1.0(3y ago)012MITPHPPHP ^8.0

Since Dec 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sadekd/laravel-visitor)[ Packagist](https://packagist.org/packages/sadekd/laravel-visitor)[ RSS](/packages/sadekd-laravel-visitor/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Laravel Visitor
===============

[](#laravel-visitor)

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

[](#installation)

Require this package with composer.

```
composer require sadekd/laravel-visitor
```

### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="SadekD\LaravelVisitor\LaravelVisitorServiceProvider"
```

Usage
-----

[](#usage)

In `App\Http\Kernel.php` add this middleware

```
\SadekD\LaravelVisitor\Http\Middleware\VisitorMiddleware::class,
```

For all routes in web group:

```
protected $middlewareGroups = [
    'web' => [
        ['some laravel middlewares'],
        \SadekD\LaravelVisitor\Http\Middleware\VisitorMiddleware::class,
        ['other app middlewares'],
    ],
];
```

May be assigned to route groups or used individually:

```
protected $routeMiddleware = [
    ['some laravel middlewares'],
    'visitor' => \SadekD\LaravelVisitor\Http\Middleware\VisitorMiddleware::class,
    ['other app middlewares'],
];
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~256 days

Total

6

Last Release

1321d ago

Major Versions

v1.1.1 → v2.0.02022-09-28

PHP version history (3 changes)v1.0PHP ^7.1

v2.0.0PHP ^7.3|^8.0

v2.0.1PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![sadekd](https://avatars.githubusercontent.com/u/6051891?v=4)](https://github.com/sadekd "sadekd (7 commits)")

### Embed Badge

![Health badge](/badges/sadekd-laravel-visitor/health.svg)

```
[![Health](https://phpackages.com/badges/sadekd-laravel-visitor/health.svg)](https://phpackages.com/packages/sadekd-laravel-visitor)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

1186.1M2](/packages/yajra-laravel-datatables-editor)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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