Libraries tagged by Model View Controller
simpletine/codeigniter4-hmvc-shield
7 Downloads
Features a modular HMVC (Hierarchical Model-View-Controller) architecture for CodeIgniter 4, integrated CodeIgniter 4 Shield and built with AdminLTE, providing a robust foundation for scalable web applications.
morket/hmvc-bundle
29 Downloads
Symfony2 Bundle providing a fast Hierarchical Model View Controller (HMVC) solution utilizing Symfony's dispatch flow
midgard/midgardmvc-core
149 Downloads
Content-oriented Model-View-Controller library for PHP
glumbo/generator
142 Downloads
Creating module with all related files such as model, view, controller, response, request, repository etc.
fabiodoppio/mvc
244 Downloads
Model View Controller (MVC) design pattern for simple web applications.
dev-lucid/factory
48 Downloads
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a way to validate data both client side and server side.
bayfrontmedia/bones
1354 Downloads
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
arwp/mvc
180 Downloads
For building Model-View-Controller (MVC) pattern in laravel
aram-hamo/mvc
65 Downloads
Model View Controller Framework
pacgen/crud-generator
20 Downloads
Generate CRUD operations for Laravel models with views, controllers, and routes.
develme/schema-wireframe
36 Downloads
Quickly stub out Laravel models, views and controllers based on MySQL's schema.
bigeweb/framework
13 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
52 Downloads
Very light php mvc, include cli easyer to creat controller view and model quikly
samyoteroglez/larawesomecrud
244 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
264 Downloads
Laravel 5 prototyping tool. Creates files based on the templates. It comes with template for views, model, migration and controllers.