hugoup/vsd-php

Integrate php var-dumper in vs code

v1.0.0 2025-04-20 21:53 UTC

This package is auto-updated.

Last update: 2025-04-20 22:04:02 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)