Minor version of Yii VarDumper package is released.
Add a middleware handler to control dumps' output destination and his implementations:
EchoHandler— usesechoto write to stdout stream (used by default);StreamHandler— usesext-socketsto sent dumps encoded withjson_encodeto a UDP socket;CompositeHandler— helpful class to sent dumps to multiple handlers in a row.
Added
dump()function.