jalle19/php-xbmc-mock

Very rudimentary mock of XBMC's web server

dev-master 2014-02-09 17:37 UTC

This package is auto-updated.

Last update: 2024-04-12 23:53:16 UTC


README

Very rudimentary mock of XBMC's web server. The intended purpose is to be used as a fake when testing code that interacts with XBMC's JSON-RPC API.

Usage

The server is designed to run using PHP's built-in web server. Run php -S localhost:8080 -t webroot/ from the project directory to launch an instance.