RESTApi connection tool

Can you please suggest some RESTApi connection tools/lib? I found this https://github.com/phplicengine/phplicengine-api and seems to be good, but prefer to evaluate some of them to choose the best. Any suggestion?

I would recommend Guzzle. It has a ton of features, is easy to test because it comes with a mock handler, and is PSR-7 compliant, which makes it easier to swap it out later if you wanted to.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.