Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyim/php-dump-server
https://github.com/shyim/php-dump-server
debug dump-server php
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shyim/php-dump-server
- Owner: shyim
- License: mit
- Created: 2021-01-12T23:24:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T08:09:44.000Z (about 2 months ago)
- Last Synced: 2024-10-12T09:16:06.001Z (about 1 month ago)
- Topics: debug, dump-server, php
- Language: Svelte
- Homepage:
- Size: 185 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Dump Server
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](https://github.com/shyim/php-dump-client).## Tech Stack
**Client:** Svelte
**Server:** Go
## Installation### Binary distribution
* Download the Binary from Releases
* Unpack the release
* Start the binary or install [Systemd service](https://github.com/shyim/php-dump-server/blob/main/php-dump-server.service)### Docker distribution
```shell
> docker run --name=php-dump-server -p 9009:9009 ghcr.io/shyim/php-dump-server
```### Package distribution
The Github releases contains packages for `apt`, `rpm` and `apk`. After installation you can start the server with
```shell
> systemctl --user start php-dump-server
```## Run Locally
```bash
npm install
npm run buildmake build
```To 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.
## Screenshots![App Screenshot](https://i.imgur.com/7Ch30ud.png)
## License[MIT](https://choosealicense.com/licenses/mit/)