XBMC PHP JSON-RPC Library Released: xbmc-php-rpc
I’ve been writing playing around with XBMC quite a bit recently, and I decided to write a JSON-RPC library in PHP for interacting with an XBMC instance from another system.
XBMC supports JSON-RPC via HTTP and TCP, and in turn xbmc-php-rpc supports both mechanisms.
I uploaded the initial release today. You can get a copy via my GitHub.
Full documentation is forthcoming, but for now the README contains instructions for getting started.