Can you use REST in PHP? If so how?

Viewed 48002

I am developing my own PHP Library and I would like to call RESTful web-services from my API. Can this be done in PHP and if so what are the basics in doing so?

5 Answers
Related