All Projects → nancorrea → phalcon-restful

nancorrea / phalcon-restful

Licence: other
A RESTFul webservice made with Phalcon PHP - HMVC + Multiple Service Layer Model

Programming Languages

PHP
23972 projects - #3 most used programming language
SQL
17 projects
javascript
184084 projects - #8 most used programming language

A RESTFul webservice made with Phalcon PHP - HMVC + Multiple Service Layer Model


There's also a front-end interface to interact with the functionalities of the webservice for a example entity. You will be able to trigger GET, POST, PUT and DELETE actions, and also follows the responses throwed by the server. There're two entities seted:

  • User: with simple GET, POST, PUT and DELETE methods, working at the front/back end
  • Galeria: an entity with base64 image upload, only GET and POST methods implemented with some angularjs on front-end

dont forget to install the mysql database, and change its settings on app/config/constants.php

@author Renan Corrêa Pinto - divea.com.br

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].