php-dumper-docker-extension
10K+
artifision/php-dumper-docker-extension:1.0.0
This extension allows you to call well-known 'dd' and 'dump' functions in your application and see the output in a clean and structured format directly within the extension.
This requires Docker Desktop 4.10 or higher.
Sign up for a Docker ID to gain access to all the free features Docker has to offer, including unlimited public repositories, increased container image requests, and much more.
Sign UpThe PHP Dumper Docker Extension is a valuable tool for PHP developers seeking to streamline the debugging process in their applications. This powerful extension enables you to utilize Symfony var dumper functions, including the widely-used dd
and dump
, without the need for your application to be running within a Docker environment.
One of the standout features of this extension is its ability to redirect the output of these functions away from the console or web page, providing a clean, distraction-free environment for debugging, all while your application runs on your preferred setup.
What's more, the setup is incredibly easy. Just add the following line to your .env
file: VAR_DUMPER_FORMAT=server
, and you're ready to enjoy a streamlined debugging experience.
In addition to enhancing debugging simplicity, the PHP Dumper Docker Extension also offers an advanced 'dumps compare' feature. This allows you to perform side-by-side comparisons of variable data, making it a powerful asset for pinpointing differences and troubleshooting issues effectively.