Libraries tagged by interceptor
opis/events
2785 Downloads
Opis Events is a library that can be used for dispatching and intercepting events
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
apatis/core-intercept
43 Downloads
Php function call
kshabazz/interception
9210 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.
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.
yannice92/lumeninterceptor
6578 Downloads
This library for write log using intercept request and response middleware
tayron/error-handler
36 Downloads
Classe que intercepta todos os erros lançados pelo PHP e os transforma em uma exceção
shaunhare/meetup-cache
260 Downloads
package for intercepting calls from DMS\Service\Meetup and reading/writing response to filesystem written for phpminds
oprokidnev/codeception-to-blueprint
6 Downloads
Intercepts codeception api calls and writes them into the api blueprint file
murganikolay/debug-errorhook
268 Downloads
Intercept PHP errors (including fatals) and process them (e.g. send to E-mail). Based on http://en.dklab.ru/lib/Debug_ErrorHook/ by Dmitry Koterov