want to join us? register, it's easy | help

browse by tag: rest

sort by

newest, oldest, most popular


category icon

Exploiting the Yahoo! APIs in PHP5

in PHP added by draicone, on 20/11/2007 api maps php5 rest search web service yahoo

A look at the various Yahoo APIs, such as those used by the Zend Framework's Yahoo Web Search feature, and how to interact with them directly using PHP.

comment save report
category icon

PHP Web Services Without SOAP

in PHP added by goodphptutorials, on 28/9/2006 advanced tutorials delete get post put rest soap web services

REST, unlike SOAP, doesn't require you to install a separate tool kit to send and receive data. Instead, the idea is that everything you need to use Web services is already available if you know where to look. HTTP lets you communicate your intentions through GET, POST, PUT, and DELETE requests.

comment save report