M.O.S. Studios Posted August 14 Share Posted August 14 (edited) Hey Everyone, I am working on a short script that transfers information from one source to another. Both have a ReST api. I was curious if anyone knew any resources that can make that easier. Ideally, it would be a php file I can use to make an object for each API? Any ideas? Edited August 14 by M.O.S. Studios Quote Link to comment Share on other sites More sharing options...
maxxd Posted August 14 Share Posted August 14 Have you looked into Guzzle? You'll still need to write your own code, but it's certainly easier using Guzzle than using native php cURL. Quote Link to comment Share on other sites More sharing options...
M.O.S. Studios Posted August 14 Author Share Posted August 14 This looks awesome! Probably just what I need. stupid question: I’m on shared hosting with no terminal. So that means no composer. Do you think I can install this another way? Quote Link to comment Share on other sites More sharing options...
requinix Posted August 14 Share Posted August 14 Read up on what Composer is and does. You don't need shell access on your host to make use of it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.