Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 demo 2008-01-28 dimuthuc [r3] Correcting the team
 dist 2008-01-28 dimuthuc [r2] Adding dist, NEWS, README, CHANGELOG and etc..
 lib 2008-01-28 dimuthuc [r3] Correcting the team
 CHANGELOG 2008-01-28 dimuthuc [r2] Adding dist, NEWS, README, CHANGELOG and etc..
 LICENSE 2008-01-28 dimuthuc [r2] Adding dist, NEWS, README, CHANGELOG and etc..
 NEWS 2008-01-28 dimuthuc [r4] Adding few changes
 README 2008-01-28 dimuthuc [r4] Adding few changes

Read Me

README - RESTMash
=================

RESTMash is a PHP framework that can be used to create Mashups with RESTful
APIs. It provides a set of PHP Classes that can be used to build mashup in
quick time with publicly available web services.

Instruction of Using RESTMash
=============================

Import RESTClient.php (in the lib direcotry) from your PHP Script. Create an
object of RESTClient and use the RESTClient methods to call REST Services.. 

You can see a sample of using simple REST calls in the demo/client.php
direcotry.

In the future we will provide consumers for popular REST web service APIs such as
Flickr, Yahoo and etc..