Dump Server allows you to send your Debug outputs to the Dump Website instead outputting it your website. This repository contains only the Dumping Server. The client library for PHP can be found here.
Client: Svelte
Server: Go
- Download the Binary from Releases
- Unpack the release
- Start the binary or install Systemd service
> docker run --name=php-dump-server -p 9009:9009 ghcr.io/shyim/php-dump-serverThe Github releases contains packages for apt, rpm and apk. After installation you can start the server with
> systemctl --user start php-dump-servernpm install
npm run build
make buildTo edit the UI you can run npm run dev to have a Watch Server at http://localhost:5000. Make sure you have still running the Go Server.
