Question

I want to use the bugzilla webservice APIs in PHP. The issue seems to be the XML-RPC client. I have gone through similar questions, but dont want to install the whole Zend framework only for the client. Is there a way to separate out the Zend XML-RPC client or can you suggest some other client that you have used?

I am trying with the IXR_Library client but having issues there. Can post the code if anyone is interested in that. Let me know if you want any more details.

Was it helpful?

Solution

As I know, you need only Zend\XmlRpc folder and Zend\Exception.php from Zend package for this. There are no other dependencies.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top