Libraries tagged by interceptors
jqutils/jsonutil
126 Downloads
utils.json interceptor to create json from json template
nowo-tech/http-log-bundle
497 Downloads
Symfony bundle that intercepts HTTP requests and responses, stores them with configurable body policies, and provides a secured admin UI with filter, export, and purge.
zealphp/ext
213 Downloads
Per-request function overrides for long-running PHP servers. Intercepts 53 PHP built-ins (header, session_start, setcookie, etc.) and routes them to user-supplied callbacks. Purpose-built for ZealPHP.
stahiralijan/request-caster
94 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
tebazil/yii2-vodka-behavior
9 Downloads
Yii2 joke extension that intercepts the application response and replaces it with joke messages
orangecat/module-purchase-order
70 Downloads
Purchase order approval workflow for Magento 2 B2B — intercepts checkout, holds carts as reviewable POs, and converts approved ones into sales orders
mrnaeem4/ci4-request-analysis
4 Downloads
CodeIgniter 4 library that intercepts incoming HTTP requests and writes structured JSON request logs (JSONL) to the CI4 logs directory with daily rotation and gzip compression.
mrnaeem4/ci3-request-analysis
5 Downloads
CodeIgniter 3 hook that intercepts incoming HTTP requests and writes structured JSON request logs (JSONL) to the CI3 logs directory with daily rotation and gzip compression.
zeus-server/bandwidth-throttler
4 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.
toneflix-code/laravel-resource-modifier
1092 Downloads
A Laravel package that intercepts and help you customize, remove or modify the meta data on your eloquent api resource response.
sibidharan/ext-zealphp
26 Downloads
Per-request function overrides for long-running PHP servers. Intercepts 53 PHP built-ins (header, session_start, setcookie, etc.) and routes them to user-supplied callbacks. Purpose-built for ZealPHP.
oprokidnev/codeception-to-blueprint
6 Downloads
Intercepts codeception api calls and writes them into the api blueprint file
o0h/astop
6 Downloads
A PHP extension that intercepts the compilation pipeline and prints the AST and opcodes
mrnaeem4/laravel-request-analysis
3 Downloads
Laravel middleware that intercepts incoming HTTP requests and writes structured JSON request logs (JSONL) to the Laravel storage/logs directory with daily rotation and gzip compression.
illusiard/yii2-mass-event-layer
6 Downloads
Zero-config mass event layer for Yii2: intercepts bulk DB operations and emits unified events (sync/async-ready) with nested transaction safety.