Skip to content

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

Notifications You must be signed in to change notification settings

ariborneo/phalcon-restful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.7%
  • HTML 43.6%
  • JavaScript 3.7%
  • Other 1.0%