Libraries tagged by intercept
aop-io/php-aop
45 Downloads
Implements a simplified subset of AOP pragmatism and provides the AOP (Aspect Oriented Programming) features for PHP.
zero1/layout-xml-plus
229 Downloads
Intercept block html output with layout xml, removing the need to override templates in most cases.
yireo-training/magento2-example-plugin-inject-variables-into-block
79 Downloads
Example Magento 2 module showing how to use an interceptor to extend Block classes
thesis/grpc-server
26 Downloads
Async gRPC server for PHP with HTTP/2 transport, unary and streaming RPC handlers, interceptors, and graceful shutdown.
thesis/grpc-client
43 Downloads
Async gRPC client for PHP with HTTP/2 transport, streaming RPCs, interceptors, TLS/mTLS, and client-side load balancing.
tebazil/yii2-vodka-behavior
9 Downloads
Yii2 joke extension that intercepts the application response and replaces it with joke messages
taoshan98/laravel-api-watcher
75 Downloads
A modern Laravel package to intercept, analyze, and visualize API requests.
stephenlake/laravel-mailsceptor
275 Downloads
Intercept emails before they're submitted allowing you to redirect to alternative destinations, store output, view output via route and test development emails.
stahiralijan/request-caster
78 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.
pdo-proxy/pdo-proxy
26 Downloads
PDO Proxy is a simple, event-driven PDO wrapper that allows to intercept and alter execution of all PDO methods. The PDOProxy\PDO and PDOProxy\PDOStatement classes extend the native PDO and PDOStatement classes, therefore they are compatible with any method expecting regular PDO objects.
orangecat/module-purchase-order
43 Downloads
Purchase order approval workflow for Magento 2 B2B — intercepts checkout, holds carts as reviewable POs, and converts approved ones into sales orders
nylo/smalljson
10 Downloads
Shrink Laravel JSON responses with a compact structural encoding and optional deflate. Adds response()->smallJson() and a drop-in middleware; pairs with the smalljson Dio interceptor for Flutter.
llm-agents/prompt-generator
255 Downloads
Prompt generator for LLM agents with interceptors
justijndepover/laravel-inbox
31 Downloads
Intercept outgoing emails in your Laravel application
ipsumlab/laravel-auto-translations
4 Downloads
Automatically generates missing translation keys (JSON) by intercepting __(), trans() and @lang() calls in Laravel.