Skip to content

muneeb50/mvc-api-framework-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvc-api-framework-php

Custom MVC framework developed using core PHP 7.4 to handle API requests with routing support to controllers

Features:

  • Controllers
  • API requests
  • Models
  • Database support
  • Migration support
  • Views
  • Routing

PreRequsitites:

  1. Install PHP 7.4
  2. Install Composer 2.0.11
  3. Create Database
  4. Set DB configurations in public/index.php & migrations.php files

composer commands:

composer init
composer update

Run Migrations:

php migrations.php

Start the server:

goto public folder cd public

php -S localhost:8080

About

MVC API framework developed in PHP 7.4 to handle api requests with routing support to controllers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors