muneeb50 / mvc-api-framework-php

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

Repository from Github https://github.communeeb50/mvc-api-framework-phpRepository from Github https://github.communeeb50/mvc-api-framework-php

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


Languages

Language:PHP 93.9%Language:Hack 6.1%