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: about 2 months ago
JSON representation
Phalcon PHP REST API Package, still in beta, please submit issues or pull requests
- Host: GitHub
- URL: https://github.com/phrest/api
- Owner: phrest
- License: mit
- Created: 2014-05-11T14:55:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T13:44:07.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T18:48:48.281Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 28
- Watchers: 13
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - PhREST API - Phalcon Framework REST API Package (RESTful)
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/skeletonTo 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 stubsInstallation
============
Include via composer "phrest/api": "dev-master"