Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/phrest/api

Phalcon PHP REST API Package, still in beta, please submit issues or pull requests
https://github.com/phrest/api

Last synced: 3 months ago
JSON representation

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

Lists

README

        

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"