library php-xbmc-mock
Very rudimentary mock of XBMC's web server
jalle19/php-xbmc-mock
Very rudimentary mock of XBMC's web server
- Sunday, February 9, 2014
- by Jalle19
- Repository
- 1 Watchers
- 1 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
php-xbmc-mock
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., (*1)
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., (*2)