XML-RPC client Class for PHP


I was looking to various classes available on net, just to learn something new and found this one really good to make a script that can work as XML-RPC client. You can use this XML-RPC client for Blooger.com, other blogging software, booking.com XML-RPC call or virtually to any XML-RPC server call.

http://keithdevens.com/software/xmlrpc

I use this script myself and really its just 10 line of code and I have my XML Function call start working. Its really very good.

Although the version i use doesn’t have HTTP Authorization (or I didn’t found that in class library) but modifing 2 lines give me that control too. I have requests Keith on HTTP Authorization, if he doesn’t add that in next few days I will post my modification for all.

Must use class.

, ,