If you are familiar with the Zend Framework, then you already know how to use Apify.
Supports the following Web API styles: Twitter, Delicious, Scribd, Upcoming, Zoom.it, Indumental, and more.
Apify is hosted on GitHub. You can fork it or download it in either .tar.gz or .zip formats.
57vote

Apify Overview

Category: Getting Started | Posted by Federico - 12 years 29 weeks ago

Apify is a small and powerful open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time.

Read More


15vote

Installation Guide

Category: Getting Started | Posted by Federico - 12 years 29 weeks ago

This document will get you up and running with Apify.

Read More


16vote

Action Controllers

Category: Controller | Posted by Federico - 12 years 29 weeks ago

The Controller provides a glue between the domain model objects and transport layer events. Like the HTTP interface, Controllers are Request/Response oriented.

Read More


11vote

URL Dispatcher

Category: Request | Posted by Federico - 12 years 30 weeks ago

Apify lets you design URLs however you want, with no limitations.

Read More


37vote

Building a Web Application

Category: View | Posted by Federico - 12 years 29 weeks ago

Apify supports routing arbitrary URLs to actions allowing you to quickly build web applications using non-resourceful routes.

Read More


45vote

Building a Web Service (API)

Category: Response | Posted by Federico - 12 years 29 weeks ago

Apify allows you to add a web API to any existing website.

Read More


31vote

Content Negotiation

Category: Request | Posted by Federico - 12 years 27 weeks ago

Apify implements content negotiation by parsing the URI and the Accept header.

Read More


8vote

Error Messages

Category: Controller | Posted by Federico - 12 years 27 weeks ago

When Apify returns error messages, it does so in your requested format.

Read More


4vote

Error Templates

Category: Controller | Posted by Federico - 12 years 29 weeks ago

Error templates are rendered when an unhandled exception occurs during the request processing.

Read More


13vote

The Domain Object Model

Category: Model | Posted by Federico - 12 years 26 weeks ago

The model has a central position in a web application. It’s the domain-specific representation of the information on which the application operates.

Read More


Fork me on GitHub