laravel-request-logger
by hddev
Structured HTTP request logging for Laravel: request lifecycle events, correlation IDs, sensitive data redaction, pluggable profiles and writers.
ai-sdk-agent-logger
Logging middleware for Laravel AI SDK agents - can utilize the Log facade or the database.
laravel-password-rotation
by bbs-lab
Password rotation for any Laravel app (no admin panel required): force any authenticatable to rotate its password every N days, with reuse prevention, a first-login gate, expiry warnings and a redirect middleware.
laravel-workflow
by zaber-dev
Application-level workflow orchestration for Laravel with state transitions, audit history, rollback support, cache and database drivers, Eloquent integration, and a fluent API.
laravel-reservation
by zaber-dev
Application-level resource reservation for Laravel with stateful booking lifecycles, expiration, cache and database storage, Eloquent integration, middleware, and a fluent builder API.
laravel-idempotency
Stripe-style Idempotency-Key middleware for multi-tenant Laravel APIs.
laravel-quota
by zaber-dev
Application-level quota management for Laravel with calendar periods, multiple storage backends, and expressive APIs.
laravel-idempotency
by codenaline
Laravel middleware and drivers for handling Idempotency Keys (Cache, Database, Redis).
laravel-cooldown
by zaber-dev
Application-level action cooldown management for Laravel with cache and database storage, Eloquent integration, middleware, and a fluent API.
ipregistry-laravel
by ipregistry
Official Laravel integration for the Ipregistry IP geolocation and threat data API.
laravel-vpn-detector
by vpndetector
VPN, proxy and Tor detection middleware for Laravel, powered by the IP2Proxy database.
laravel
Laravel middleware implementing the IETF Idempotency-Key HTTP header draft.
laravel-datafast-aicrawl
by monteduro
Server-side AI crawler & bot traffic tracking for Laravel, reporting to DataFast. Unofficial PHP port of @datafast/ai-crawl.
tenancy-laravel
Laravel adapter for tenancy-core — multi-tenant middleware pipeline, Eloquent scoping, events, queue propagation, and testing helpers.
laravel-secure-bridge
by irfanokr
Signed, timestamped, replay-protected and optionally AES-256-GCM-encrypted request/response bridge between a JavaScript front-end (SPA or Blade + AJAX) and a Laravel API. Framework-agnostic JS client. Works on Laravel 5.5 through 12 and PHP 7.1+.
laravel-bot-protection
by mkopcic
Laravel middleware za blokiranje AI crawlera i tražilica. Auto-registracija, konfigurabilan, podržava Laravel 10/11/12/13.
laravel-prerender
by prerender
Laravel middleware for prerendering JavaScript-rendered pages via Prerender.io
laravel-x402
by sandermuller
Laravel adapter for the x402 payment protocol — pay-per-request HTTP APIs with stablecoins.
laravel-compress-html
by akankov
Laravel integration for the akankov/html-min HTML minifier: Blade @htmlmin directive, response middleware, and a publishable config-driven service provider.
laravel-privilege-manager
by stt196
A robust, security-hardened, and performance-optimized privilege/permission management system for Laravel applications with menu-based access control.
laravel-observability-log
by devtime-ltd
Structured telemetry for Laravel. Ships events straight to your log channels.
laravel-bot-guardian
by febryntara
Lightweight Laravel bot protection middleware that detects and blocks automated attacks based on velocity, honeypots, header anomalies, and behavioral patterns.
laravel-ai-aegis
by mrpunyapal
A native, local-first security middleware for the Laravel AI SDK with bidirectional pseudonymization, prompt injection defense, and real-time Pulse telemetry.
laravel-user-last-seen-at
by lvlup-dev
Adds a nullable last_seen_at column on users and middleware to update it on each authenticated request.
laravel-user-is-admin
by lvlup-dev
Laravel package that adds an is_admin column to the users table and provides a middleware to protect admin-only routes.
laravel-cybershield
Enterprise-grade Laravel security package providing WAF firewall protection, rate limiting, bot detection, honeypot traps, IP geo-blocking, CSRF/XSS/SQLi defence, API gateway security, real-time threat monitoring, malware scanning, and a built-in security dashboard — all configurable via a single config file.
gkcaptcha-laravel
by gkcaptcha
Laravel integration for gkCAPTCHA: middleware, validation rule, Blade directive, and service provider
laravel-ai-guard
by jayanta
Protect your Laravel app from AI scrapers, LLM crawlers, and prompt injection attacks
laravel-route-linter
Static analysis for Laravel routes. Detects missing middleware, unused named routes, duplicate URIs, missing controller methods, and more.
laravel-http-client-logger
by andriichuk
Configurable request/response logger for Laravel HTTP client with sanitization and status filters
laravel-rate-limiter
Advanced rate limiting with sliding window, token bucket, and per-entity controls for Laravel
laravel-x402
by solanaguide
x402 Payment Middleware for Laravel & Symfony — gate routes behind instant USDC micropayments on Solana
laravel-security-headers
Laravel middleware for comprehensive security headers including CSP with nonce support, HSTS, and Permissions-Policy
laravel-api-versioning
Laravel middleware for API versioning with multi-source resolution from headers, Accept vendor types, and URL path segments
laravel-correlation-id
Laravel middleware that generates or propagates correlation IDs for request tracing with automatic log context injection
laravel-auth-guard
by wazobia
JWT and Project authentication middleware for Laravel with JWKS support
laravel-license-gate
by hasemon
Laravel package for enforcing application license validation with configurable storage.
laravel-mfa
by aymakan
API-only Multi-Factor Authentication enforcement for Laravel (TOTP, middleware-driven)
laravel-data-enrichment
by diffhead
Data enrichment library based on DataEnrichmentKit. A suitable components for micro services written using laravel framework.
laravel-api-throttle-smart
by grazulex
Intelligent, plan-aware rate limiting for Laravel APIs - Built for SaaS, multi-tenant, and enterprise applications
laravel-api-idempotency
by grazulex
RFC-compliant idempotency support for Laravel APIs - Prevent duplicate operations, ensure safe retries
laravel-translation-middleware
Automatic locale detection middleware and translation traits for Laravel APIs. Detects Accept-Language header and provides HasTranslations trait for models.
laravel-timezone-middleware
Automatic timezone conversion middleware for Laravel APIs. Stores everything in UTC, converts request/response datetimes based on Accept-Timezone header.