Tag Archives: rest api client

Curl Rest API Example Using PHP

This tutorial help to execute GET, POST, PUT, HEAD, DELETE HTTP Requests against a REST API using cURL.curl is a command-line tool for transferring data using various protocols.

The CURL supports FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, SMTP, SMTPS, Telnet, TFTP and more.

Continue reading