monircse403/laravel-live-security

Real-time Laravel security monitoring package to detect suspicious repeated user activity.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/monircse403/laravel-live-security

dev-main 2025-11-24 23:55 UTC

This package is not auto-updated.

Last update: 2025-12-23 22:19:25 UTC


README

Laravel Live Security is a lightweight package that tracks suspicious or high‑risk user activity in real time.
It logs actions such as rapid form submissions, multiple login attempts, unauthorized route hits, and abnormal usage patterns — helping you monitor your Laravel application without third‑party services.

Ideal for:

  • Admin panels
  • Membership sites
  • SaaS apps
  • Login systems
  • API security monitoring

🚀 Features

  • Tracks risky user behavior automatically

  • Logs:

    • Rapid repeat requests
    • Multiple failures
    • Suspicious route access
    • IP + User context
  • Real‑time tracking

  • Publishable log storage

  • Customizable thresholds

  • No external API dependency

  • Optional (opt‑in) anonymous telemetry

  • Works in Laravel 10, 11, and 12

📦 Installation

composer require monircse403/laravel-live-security