Libraries tagged by Model View Controller
morket/hmvc-bundle
29 Downloads
Symfony2 Bundle providing a fast Hierarchical Model View Controller (HMVC) solution utilizing Symfony's dispatch flow
midgard/midgardmvc-core
154 Downloads
Content-oriented Model-View-Controller library for PHP
hayrican/generator
54 Downloads
Generates Migration, Model, View, Controller, Routes
fabiodoppio/mvc
307 Downloads
Model View Controller (MVC) design pattern for simple web applications.
bayfrontmedia/bones
1455 Downloads
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
arwp/mvc
277 Downloads
For building Model-View-Controller (MVC) pattern in laravel
bigeweb/framework
28 Downloads
This MVC framework provides a structured approach to developing web applications by separating the application's concerns into three distinct components: model, view, and controller. This separation of concerns promotes code organization, maintainability, and scalability, making it easier to manage and extend the application over time
sonypradana/php-mvc
76 Downloads
Very light php mvc, include cli easyer to creat controller view and model quikly
azwhosting/spark-crud-generator
11 Downloads
🚀 Interactive CRUD generator for CodeIgniter 4 — multilingual, smart CLI prompts, safe overwrites, and full CRUD stack (model, entity, controller, views, migration).
samyoteroglez/larawesomecrud
282 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
dam1r89/proto-generator
265 Downloads
Laravel 5 prototyping tool. Creates files based on the templates. It comes with template for views, model, migration and controllers.
cahyadsn/ci-gen
0 Downloads
Codeigniter-3 Gen is a PHP CLI script that allows you to write controllers, models and views faster
alfikridotname/ci3_hmvc_cli_command
33 Downloads
CodeIgniter 3 HMVC for CLI Command to make module, controller, model dan view
phpcasts/yaf-console
197 Downloads
make controller,model,plugin,view by this tool
matheus-carvalho/crud-generator
140 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.