Libraries tagged by interrupt
zealphp/ext
106 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.
thesis/grpc-client
59 Downloads
Async gRPC client for PHP with HTTP/2 transport, streaming RPCs, interceptors, TLS/mTLS, and client-side load balancing.
stahiralijan/request-caster
79 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.
romanfedorskij/message-bus
179 Downloads
A message handler with interceptor capabilities
nylo/smalljson
40 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.
monkeyscloud/monkeyslegion-events
2133 Downloads
High-performance PSR-14 event dispatcher with typed interceptors, attribute-based listeners, event sourcing, and dispatch metrics for the MonkeysLegion framework.
mozammil/laravel-message-interceptor
6854 Downloads
A Laravel package to intercept emails. Particularly useful in development environments
bwoester/yii-event-interceptor
11377 Downloads
A component, that allows to intercept events raised by observed components.
aop-io/pecl-aop-interceptor
41 Downloads
PHP code interceptor for PHP-AOP, based on AOP PHP extension (pecl aop-beta). Provides an abstraction layer of the PHP extension 'PECL AOP', with many features to go further in the handling of the AOP with PHP.
icewind/interceptor
152 Downloads
Intercept php includes
quix-labs/laravel-hook-system
37 Downloads
Add hooks system to Laravel
gamsh/rest-client
476 Downloads
REST client for PHP 8.3+
aop-io/php-aop
45 Downloads
Implements a simplified subset of AOP pragmatism and provides the AOP (Aspect Oriented Programming) features for PHP.
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
33 Downloads
Async gRPC server for PHP with HTTP/2 transport, unary and streaming RPC handlers, interceptors, and graceful shutdown.