Looking for working PHP wrapper (JSON-RPC)
#1
Hey Guys..

As the subject says, im looking for a currently working PHP wrapper for XBMC JSON-RPC library..
Just like this:
http://forum.xbmc.org/showthread.php?tid=88388

But an updated version to work with the current version of XBMC..

Or perhaps someone with some php skills to make the update? (im not that good at php)

Cheers!
Reply
#2
no-one?? anything usefull?
Reply
#3
What's wrong with the one you linked to? It is not written to statically point to any specific version of the XBMC JSON-RPC, so it should allow you to use both old and new commands as needed. I do see one change you may need to make though. The content type of the request must be application/json. It looks like if you added that to the section where the request is sent (around line 235 of the xbmc.php file) you could add the content type declaration and get the library to work.

Post back here if you need more help, but after that everything should work based on what I see.
Reply

Logout Mark Read Team Forum Stats Members Help
Looking for working PHP wrapper (JSON-RPC)1