I don’t think you can do so directly at the moment, but If you manage to expose the data via an API endpoint (which needs to adhere to JSON syntax) on the server, you should be able to use the http.request function followed by json.decode .
Unfortunately I am not a huge fan of PHP, so I cannot help you there, but a quick Google search should yield results as to what to do on the server side.