What's new? | Help | Directory | Sign in
Google
                
Show all Featured Downloads:
chowdah-0.8.5.tar.gz
Show all Featured Wiki Pages:
GettingStarted Introduction
Join project
Project owners:
  timdashryan

Chowdah: REST for PHP 5

Chowdah is a flexible library for developing REST applications in PHP 5. Designed for the web, it can be used to create anything from a REST API, to a full-scale web application, to even a static website. Chowdah provides a library to manipulate HTTP requests and responses, create resource objects that can be manipulated via HTTP calls, and manipulate files, documents, and collections. Its design allows encourages the clean separation of your application logic, HTTP interface, and HTML pages.

The latest version is Chowdah 0.8.5.

Getting Started

First download the latest version of Chowdah, avaiable on the right. To learn how to use the library, take a look at Introduction and GettingStarted. You can also download an example application to see a complete application running Chowdah. Feel free to modify these applications to get a feel for how they work:

News