phrest / api

Phalcon PHP REST API Package, still in beta, please submit issues or pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhREST API

A Phalcon REST API package, based on Apigees guidelines as found in http://apigee.com/about/content/web-api-design

Please see the skeleton project for an example of the usage: https://github.com/phrest/skeleton

To get it up and running quickly, use the vagrant box: https://github.com/phrest/box

Proposed Features

Currently in development, this package will provide the following:

  • Self documenting based on PHP DocBlocks
  • Allows both HTTP and Internal API via PhREST SDK: http://github.com/phrest/sdk
  • SDK Generator, will analyse the available calls and create a basic SDK for request methods and response stubs

Installation

Include via composer "phrest/api": "dev-master"

About

Phalcon PHP REST API Package, still in beta, please submit issues or pull requests

License:MIT License


Languages

Language:PHP 100.0%