XMLRPC library for API in laravel

Viewed 20

I want to use XMLRPC to get my API results and show them in XML format in laravel project. I've seen numerous examples for XMLRPC for PHP but can't find any for laravel yet. API i'm using is Wired wubook api: https://tdocs.wubook.net/wired.html

To access the rates of rooms I've generated the permanent token and lcode to run this code in laravel project: fetch_rooms(token, lcode, ancillary=0) I just don't know the method of XMLRPC through which I can call my wubook api results inside laravel project.

enter image description here

Any help through which I can use XMLRPC in laravel and call my API results in project?

0 Answers
Related