pranavsy/visitcounter

Laravel visitor counter with zero config, cache-based counter

Maintainers

Package info

github.com/pranavyangalwar/visitcounter

pkg:composer/pranavsy/visitcounter

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-09-15 10:32 UTC

This package is auto-updated.

Last update: 2026-03-15 13:47:58 UTC


README

🚀 VisitCounter

Ultra-lightweight Laravel visitor counter by Pranavsy — track unique visitors effortlessly! 🌍

===============================================================================

⚡ Quick & Easy Installation:

  1. Install via Composer:
    💻 composer require pranavsy/visitcounter

  2. No migrations or artisan commands needed! ✅

===============================================================================

🎯 Usage:

  • Automatically counts visitors on every web request without any setup.

  • Display visitor count in Blade templates with:

    Visitor Count: @visitcount 👁️

  • Or in PHP code:

    echo \Pranavsy\VisitCounter\VisitCounter::count(); 👨‍💻

===============================================================================

✨ Why VisitCounter?

  • Zero config, zero hassle — works out of the box 🛠️
  • No database or migrations — uses Laravel cache 🗄️
  • Lightning fast and highly efficient ⚡
  • Seamless integration via middleware 🔗
  • Robust IP-based unique visitor counting 🌐

===============================================================================

Made for Laravel developers who want hassle-free, reliable visitor analytics without the bloat. 💡

===============================================================================

📄 License: MIT