PHP Classes / REST Client

Send Web services requests to REST servers

REST Client PHP Class

This class can be used to send Web services requests to REST servers. It can send GET, POST, PUT and DELETE HTTP requests to a Web service server that supports the REST protocol. The class supports HTTP basic authentication, passing parameters in the request URL, send HTTP POST requests using either arrays with form data values or raw POST data, and use a custom content-type header value.

Similar PHP Classes

Search in PHP Classes

Filter by tags