Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalle19/php-xbmc-mock
Very rudimentary mock of XBMC's web server
https://github.com/jalle19/php-xbmc-mock
Last synced: about 2 months ago
JSON representation
Very rudimentary mock of XBMC's web server
- Host: GitHub
- URL: https://github.com/jalle19/php-xbmc-mock
- Owner: Jalle19
- License: gpl-2.0
- Created: 2014-02-07T07:16:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T17:37:22.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T13:26:18.090Z (3 months ago)
- Language: PHP
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
## 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.