Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a MVC for Rest APIs #3

Closed
DawoudIO opened this issue May 19, 2015 · 2 comments
Closed

Need a MVC for Rest APIs #3

DawoudIO opened this issue May 19, 2015 · 2 comments
Assignees
Milestone

Comments

@DawoudIO
Copy link
Contributor

We need to move to Rest APIs for new features. Need to research and create a POC using modern PHP MVC frameworks

@DawoudIO DawoudIO self-assigned this May 19, 2015
@dferrans
Copy link

I would suggest
SLIM PHP framework
Url: http://www.slimframework.com/
LIGHT WEIGHT MICRO PHP FRAMEWORK can help us to migrate to MVC .
Composer file:

{
   "require": {
     "slim/slim": "dev-master"
   }
}

@DawoudIO
Copy link
Contributor Author

we are now using slim 2.6.4 in the Develop branch with APIs over it... #83

@DawoudIO DawoudIO modified the milestone: 2.0.0 Jan 3, 2016
@gheeenrique gheeenrique mentioned this issue May 10, 2017
This was referenced Jul 6, 2017
This was referenced Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants