简体   繁体   中英

Using bugzilla webservices in PHP

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM