Skip to content
This repository has been archived by the owner. It is now read-only.

Variable dumper for Symfony + Roadrunner applications

License

Notifications You must be signed in to change notification settings

WagnerPMC/symfony-roadrunner-dumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Version Downloads count License

symfony-roadrunner-dumper

Variable dumper for Symfony + Roadrunner applications

Using this bundle you can dump any variable using \dev\dd() function just like a regular dd(), even using a Roadrunner!

Install

Require this package with composer using the following command:

$ composer require --dev alshenetsky/symfony-roadrunner-dumper "^1.0"

RoadRunner use-case

For example, if you trying to dd('test'); somewhere, you will see something like that:

worker error: invalid data found in the buffer (possible echo)

But, if you would use this bundle like \dev\dd('test');, it will work.

See also:

Same thing for Laravel framework: Stacked-dumper-laravel

About

Variable dumper for Symfony + Roadrunner applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%