• Stars
    star
    265
  • Rank 153,752 (Top 4 %)
  • Language
    PHP
  • License
    Other
  • Created about 13 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Apify is a small 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. If you are familiar with the Zend Framework, then you already know how to use Apify.

Introduction

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. If you are familiar with the Zend Framework, then you already know how to use Apify. Take a look at the UsersController class.

Web services are a great way to extend your application, however, adding a Web API to an existing web application can be a tedious and time-consuming task. Apify was developed to ease that pain. It takes certain common patterns found in most web services and abstract them so that you can quickly write Web APIs without having to write too much code.

You can see it in action here: http://www.youtube.com/watch?v=7ptoB0yCsDo

Features

  • Small and simple web application.
  • Easy to install, easy to use and easy to extend.
  • Powerful to satisfy most requirements.
  • Standalone. Works with any existing website (just unzip the files to your server and it's ready to use).
  • Supports the following API styles: Twitter, Delicious, Scribd, Yahoo! Upcoming, Microsoft Zoom.it, and more.
  • OOP-compliant architecture.
  • Explicit Request and Response classes.
  • RESTful URL mappings.
  • Easy API versioning.
  • Out of the box support for the following representations: JSON, XML, RSS and HTML.
  • Content type negotiation.
  • Encourages proper use of HTTP response codes.
  • Domain models with out-of-the-box default implementations and input validation.

Documentation

Demo

The following Apify web application/service allows users to submit posts, vote and add comments.

URL scheme:

Representations:

Reporting bugs

We use GitHub as issue tracker. Bug reports are incredibly helpful, so take time to report bugs and request features in our ticket tracker.

Contributing

The best ways to contribute are by finding and reporting bugs, writing tests for bugs, and improving the documentation. We're always grateful for patches to Apify's code. If you want to change the code, be careful follow our design-decisions. Be especially careful not to increase complexity if you don't have a really good reason.

Contact

  • If you encounter any problems, please use the issue tracker.
  • For updates follow @fedecarg on Twitter.
  • If you like Apify and use it in the wild, let me know.

License

More Repositories

1

jquery-paginate

jQuery pagination plugin
JavaScript
38
star
2

webpy-mvc

mvc.py provides mvc support to the existing web.py python framework
Python
25
star
3

sublime-projects

Open a Sublime Text project from the command line by automatically passing the .sublime-project file as an argument to the Sublime Text executable
Shell
11
star
4

phing-filesynctask

FileSyncTask is a Phing extension for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer. FileSyncTask can copy or display directory contents and copy files, optionally using compression and recursion.
PHP
10
star
5

zf-replication-adapter

Zend Framework database replication adapter. Supports single-master and multi-master replication.
PHP
8
star
6

sticky-nav

A simple, lightweight and performant jQuery plugin to fix a navigation bar and highlight navigation items when scrolling a Single Page Application (SPA)
JavaScript
7
star
7

html2png

Python script that creates screenshots of html pages, analyses the structure of the document and creates an image map of the links
Python
6
star
8

mysql2sqlite

Convert a MySQL database to an equivalent SQLite database
6
star
9

zf-packages

Zend Framework components
PHP
3
star
10

install-ssh-key

Install ssh keys on remote systems
Shell
3
star
11

stax-rss-parser

Parse RSS feeds with StAX
Java
2
star
12

android-twitter-client

Twitter for Android
Java
2
star
13

zend-di

Zend Framework DI Container (Zend_Di) Proposal 2007
PHP
2
star
14

zend-debug-include

The zend-debug-include package helps you track and manage dependencies.
PHP
2
star
15

method-expression-parser

Library for parsing method expressions. It's designed to quickly and easily parse expressions and construct conditions based on attribute names and arguments.
PHP
2
star
16

shell-sync-files

Tool for logging into a number of remote machines, executing commands and copying files. It can be used to copy or synchronize files and directories from one environment to another with a single command line.
Shell
2
star
17

tweetly

This repository demonstrates the use of Node, React, Redux, Express, GraphQL and Docker
JavaScript
1
star
18

play-transferfiles

Transfer files to CDN
Java
1
star
19

webpy-activerecord

activerecord.py provides orm support to the existing web.py python framework
Python
1
star
20

aws-fargate-node

Deploy a high-availability Node.js app to AWS Fargate using Bash
Shell
1
star
21

amazon-upload-s3

Transfer files to an Amazon S3 bucket
Python
1
star
22

amazon-build-ami

Shell script for building custom Linux images for Amazon EC2
Shell
1
star