jalle19 / php-xbmc-mock
Very rudimentary mock of XBMC's web server
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jalle19/php-xbmc-mock
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-09-13 03:39:46 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.