Libraries tagged by per-request
nimblephp/settings
196 Downloads
Runtime key-value settings for NimblePHP, stored in the database with typed values and per-request caching
drupflare/drupflare
83 Downloads
Bridges Drupal to Cloudflare Workers bindings: mail, outbound HTTP, images, logging and per-request isolation.
adt/log-sanitizer
290 Downloads
Removes sensitive data from payloads before they are logged or persisted: masking by key name, per-request secrets, card number detection.
rinvex/laravel-statistics
4170 Downloads
Rinvex Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
langsys/laravel-request-query-cache
14 Downloads
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
marginfuse/marginfuse
22 Downloads
MarginFuse server-side SDK. AI profitability guardrails: connect revenue to per-request AI cost and stop loss-making requests before they run. Sends usage metadata only, never prompts or responses.
make-dev/laravel-security
72 Downloads
Modern security headers for Laravel — turn-key. Strict CSP with per-request nonces and 'strict-dynamic', Subresource Integrity with smart noise filtering, HSTS, Permissions-Policy. An interactive setup wizard asks which third parties you use (GTM, HubSpot, Stripe, reCAPTCHA, and a dozen more) and wires the right directives automatically. First-party violation reporting endpoints, Filament + Livewire + Vite friendly, Vapor-ready. Laravel 11, 12, 13 on PHP 8.2+.
lukawar/lah-inspector
8 Downloads
Bridges a Laravel app to lah-cli / laravel-api-helper — captures SQL queries (exact timings, bindings, source file:line) per request for the VS Code panel. Local/dev only.
knotlog/knotlog
2519 Downloads
Wide logging implementation for PHP - one comprehensive, context-rich event per request
demografix/demografix
6 Downloads
Predict gender, age, and nationality from names. Official PHP client for the genderize.io, agify.io, and nationalize.io APIs, with batches of up to 100 names per request.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.
akibeo/kirby-csp
21 Downloads
Content-Security-Policy headers with per-request nonce for Kirby, following Google's strict CSP guidance.
cortex/statistics
304 Downloads
Cortex Statistics is a frontend layer for lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
wuguofeng/webman-bouncer
1 Downloads
Bouncer RBAC (roles & abilities) plugin for webman. Adapts silber/bouncer to webman's long-running process model with per-request state isolation.
waffle-commons/async
4 Downloads
Fiber-based finish-request deferred task runner for Waffle Commons: short post-response work lifted out of the user-perceived latency path, under a bounded per-request budget.