资 源 简 介
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](http://chowdah.googlecode.com/files/chowdah-0.8.5.tar.gz).
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. F