Skip to content

Simple PHP MVC framework with JSON-RPC-like remote procedure call protocol.

License

Notifications You must be signed in to change notification settings

zmalic/simple-mvc-php-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMVC PHP framework

Simple PHP MVC framework with JSON-RPC-like remote procedure call protocol.

  • Model and Controller parts are based on PHP
  • View is based on the Vue js framework

Project Example - Todo-list

Installation

  • Copy all the files to the web server root folder
  • Create MySQL database
  • Create DB table using todo_tasks.sql file from root of the project
  • In config.ini set database parameters

JavaScript

  • Frontend part is one page based application
  • Vue framework
  • All the JavaScript code is in app.js file. The other JavaScript files are the external libraries.

About

Simple PHP MVC framework with JSON-RPC-like remote procedure call protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published