PHPackages                             vineethkrishnan/trafficlog - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. vineethkrishnan/trafficlog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

vineethkrishnan/trafficlog
==========================

Laravel package to log visitor information into database. Original author Sarfraz Ahmed (sarfraznawaz2005@gmail.com)

038PHP

Since Mar 7Pushed 2mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

TrafficLog
==========

[](#trafficlog)

A Laravel package to log visitor information into database.

Features
--------

[](#features)

- Logs visitor IP address, browser information, and request data
- Built-in Facades support
- Auto-discovery for Laravel 5.5+

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

[](#installation)

```
composer require vineethkrishnan/trafficlog
```

Configuration
-------------

[](#configuration)

Publish the config and migration files:

```
php artisan vendor:publish --provider="Vineethkrishnan\VisitLog\VisitLogServiceProvider"
php artisan migrate
```

Usage
-----

[](#usage)

```
use VisitLog;

// Log a visit
VisitLog::save();
```

Credits
-------

[](#credits)

- [Vineeth Krishnan](https://github.com/vineethkrishnan)
- Original author: Sarfraz Ahmed

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance58

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/693d99143c75eda2c04cc4e3d491cfc9d3f6ee8fa92cbc840ac3e5dd6ac17aab?d=identicon)[vineethkrishnan](/maintainers/vineethkrishnan)

---

Top Contributors

[![soarmorrow](https://avatars.githubusercontent.com/u/8263516?v=4)](https://github.com/soarmorrow "soarmorrow (3 commits)")[![vineethkrishnan](https://avatars.githubusercontent.com/u/2564213?v=4)](https://github.com/vineethkrishnan "vineethkrishnan (1 commits)")

---

Tags

analyticslaravelloggingphpvisitor-tracking

### Embed Badge

![Health badge](/badges/vineethkrishnan-trafficlog/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M137](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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