awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesMVC Controller Implementations

Implementations of the Model-View-Controller pattern for organizing web application logic and routing.

Distinct from MVC Implementations: Focuses on the specific use of controllers within the ASP.NET Core MVC framework, not general MVC theory.

Explore 5 awesome GitHub repositories matching software engineering & architecture · MVC Controller Implementations. Refine with filters or upvote what's useful.

Awesome MVC Controller Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dodyg/practical-aspnetcoredodyg 的头像

    dodyg/practical-aspnetcore

    10,382在 GitHub 上查看↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    Provides examples of organizing web application logic into Model, View, and Controller patterns to manage complex routing.

    C#asp-net-coreaspnet-coreaspnetcore
    在 GitHub 上查看↗10,382
  • prestashop/prestashopPrestaShop 的头像

    PrestaShop/PrestaShop

    9,110在 GitHub 上查看↗

    PrestaShop is an open-source e-commerce platform and PHP framework designed for building and operating self-hosted online stores. It provides a comprehensive software suite for managing the e-commerce lifecycle, including product catalogs, order fulfillment, and integrated payment processing. The platform functions as a multi-language storefront manager, enabling the localization of product descriptions and user interfaces to support sales across different countries and languages. The system covers broad capability areas including e-commerce store management, international localization, and

    Uses an MVC architecture to route requests through controllers that populate templates with database results.

    PHPcmsecommerceecommerce-framework
    在 GitHub 上查看↗9,110
  • codeigniter4/codeigniter4codeigniter4 的头像

    codeigniter4/CodeIgniter4

    5,924在 GitHub 上查看↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter organizes application logic into Models, Views, and Controllers for clean separation of concerns.

    PHPcodeignitercodeigniter4framework-php
    在 GitHub 上查看↗5,924
  • salesagility/suitecrmsalesagility 的头像

    salesagility/SuiteCRM

    5,512在 GitHub 上查看↗

    SuiteCRM 是一个开源的客户关系管理平台和 PHP Web 应用。它是一个可定制的业务套件,旨在自托管环境中管理销售、营销和服务运营。 该平台提供跟踪潜在客户和销售渠道、组织客户联系信息以及管理客户支持工单的工具。它还包括营销活动自动化和业务流程自动化功能,以处理重复性的行政任务。 该系统支持通过自定义主题进行视觉定制,并包含用于监控应用行为的系统事件日志。

    Implements an MVC-inspired architecture to separate data models from user interface and controlling logic.

    PHP
    在 GitHub 上查看↗5,512
  • cloudfavorites/favorites-webcloudfavorites 的头像

    cloudfavorites/favorites-web

    4,854在 GitHub 上查看↗

    该项目是一个 Java Web 应用程序和 Spring Boot 书签管理器,专为保存、分类和组织网站书签和文章而设计。它既是用于私人归档的自托管资源库,也是用于社区驱动链接共享的社交书签平台。 该系统通过发现公共收藏和社交内容互动实现社交知识共享,允许用户点赞、分享和讨论保存的资源。它还提供个人书签管理工具,包括将链接组织到分类文件夹中的功能。 该平台包括浏览器书签同步实用程序,支持在应用程序和浏览器文件夹之间导入和导出数据。用户身份通过账户注册、安全登录和个人资料设置进行管理。

    Employs the Model-View-Controller architectural pattern to decouple business logic from the user interface.

    HTMLbootstrapdockerfavorites
    在 GitHub 上查看↗4,854
  1. Home
  2. Software Engineering & Architecture
  3. MVC Controller Implementations

探索子标签

  • Architectural PatternsGeneral application of structural patterns like Model-View-Controller for modular development. **Distinct from MVC Controller Implementations:** Covers the general architectural pattern rather than specific framework-based controller implementations.