hugoup/vsd-php

Integrate php var-dumper in vs code

v1.0.6 2025-04-22 20:58 UTC

This package is auto-updated.

Last update: 2025-08-22 21:51:36 UTC


README

PHP-client-library for vs code extension VSDump

remember to setup VSD_HOST in your .env file default host is host.docker.internal, post is 9913 and cant be changed.

if running inside a docker container, make sure to add "host.docker.internal:host-gateway" to your extra_hosts to be able to access the host machine.

Installation

composer require hugoup/vsd-php

Usage

vsd($variable)

or

vsd($variable1,$variable2,$variable3)