Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

About

Pranavsy VisitCounter is a zero-config, lightweight Laravel package that tracks unique visitors by IP without any database or migrations. It auto-increments counts on each web request using cache storage. Easily display visitor counts with a simple Blade directive or PHP method — hassle-free visitor tracking out of the box.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages