Libraries tagged by interceptor
pdo-proxy/pdo-proxy
25 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.
justijndepover/laravel-inbox
31 Downloads
Intercept outgoing emails in your Laravel application
opis/events
2814 Downloads
Opis Events is a library that can be used for dispatching and intercepting events
tourze/wechat-work-intercept-rule-bundle
0 Downloads
聊天敏感词
shift8/intercept
19 Downloads
A small package to help you write more considerate PHP code.
quizlet/fb_intercept_polyfill
3383 Downloads
A polyfill for using fb_intercept across hhvm 3.24 -> 4.present
midnite81/intercept
306 Downloads
A miscellaneous set of Laravel middleware
cspray/stream-buffer-intercept
358 Downloads
A test utility to help capture output sent to stream resources.
apatis/core-intercept
46 Downloads
Php function call
kshabazz/interception
9211 Downloads
A PHP library that acts as a middleman for stream wrapper functions, such as fopen and fsockopen; in order to record network request and played them back.
ipunkt/laravel-email-verification-interception
17 Downloads
Email Verification and Mailer Interception package for controlling email sending.
tmont/phroxy
30 Downloads
Proxy generator that supports interception of method calls
sunel/aspect-me
0 Downloads
Intercept and change the behavior of a public method of a class before, after, or around that function call.
baxtian/wp_faker
20 Downloads
Faker (phpfaker/faker) for WordPress via Brain Monkey
zeus-server/bandwidth-throttler
3 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.