jalle19 / php-xbmc-mock
Very rudimentary mock of XBMC's web server
dev-master
2014-02-09 17:37 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-13 01:31:58 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.