GitHub - gggeek/phpxmlrpc-debugger: An xmlrpc and jsonrpc graphical debugger, made available as Docker container (original) (raw)

XMLRPC Debugger Image

An xmlrpc and jsonrpc graphical debugger, made available as Docker container.

Also makes available a 'demo' combined xmlrpc/jsonrpoc server, which can be used as test target.

Based on the https://github.com/gggeek/phpxmlrpc, https://github.com/gggeek/phpxmlrpc-jsonrpc andhttps://github.com/gggeek/jsxmlrpc libraries.

Screenshot

Installation

docker pull ghcr.io/gggeek/phpxmlrpc-debugger:latest

Usage

docker run -ti -p 80:80 -p 443:443 ghcr.io/gggeek/phpxmlrpc-debugger:latest

Then access http://localhost/, or whatever the hostname/IP is of the VM used to run the Container.

Notes:

Development

To build and test locally the Container, you should follow a workflow similar to:

git clone https://github.com/gggeek/phpxmlrpc-debugger.git
docker build -t phpxmlrpc-debugger-local phpxmlrpc-debugger
docker run -ti -p 80:80 -p 443:443 phpxmlrpc-debugger-local

License

Use of this software is subject to the terms in the license.txt file