awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dodyg/practical-aspnetcoreAvatar de dodyg

    dodyg/practical-aspnetcore

    10,382Voir sur 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
    Voir sur GitHub↗10,382
  • prestashop/prestashopAvatar de PrestaShop

    PrestaShop/PrestaShop

    9,110Voir sur 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
    Voir sur GitHub↗9,110
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur 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
    Voir sur GitHub↗5,924
  • salesagility/suitecrmAvatar de salesagility

    salesagility/SuiteCRM

    5,512Voir sur GitHub↗

    SuiteCRM est une plateforme open source de gestion de la relation client (CRM) et une application web PHP. Elle sert de suite métier personnalisable conçue pour gérer les ventes, le marketing et les opérations de service dans un environnement auto-hébergé. La plateforme fournit des outils pour suivre les leads et les pipelines de vente, organiser les informations de contact client et gérer les tickets de support. Elle inclut également des capacités d'automatisation des campagnes marketing et des processus métier pour gérer les tâches administratives répétitives. Le système prend en charge la personnalisation visuelle via des thèmes et inclut une journalisation des événements système pour surveiller le comportement de l'application.

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

    PHP
    Voir sur GitHub↗5,512
  • cloudfavorites/favorites-webAvatar de cloudfavorites

    cloudfavorites/favorites-web

    4,854Voir sur GitHub↗

    Ce projet est une application web Java et un gestionnaire de favoris Spring Boot conçu pour enregistrer, catégoriser et organiser des favoris de sites web et des articles. Il fonctionne à la fois comme une bibliothèque de ressources auto-hébergée pour des archives privées et une plateforme de social bookmarking pour le partage de liens piloté par la communauté. Le système permet le partage de connaissances social via la découverte de collections publiques et l'interaction avec du contenu social, permettant aux utilisateurs d'aimer, partager et discuter des ressources enregistrées. Il fournit également des outils pour la gestion personnelle des favoris, incluant la capacité d'organiser les liens dans des dossiers catégorisés. La plateforme inclut des utilitaires pour la synchronisation des favoris de navigateur, prenant en charge l'importation et l'exportation de données entre l'application et les dossiers du navigateur. L'identité de l'utilisateur est gérée via l'enregistrement de compte, la connexion sécurisée et les paramètres de profil.

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

    HTMLbootstrapdockerfavorites
    Voir sur GitHub↗4,854
  1. Home
  2. Software Engineering & Architecture
  3. MVC Controller Implementations

Explorer les sous-tags

  • 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.