awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesFront-Controller Patterns

Architectural patterns where all requests are routed through a single handler to centralize request processing.

Distinct from Request Routing: Distinct from Request Routing: specifically describes the 'single entry point' architectural pattern rather than the routing logic itself.

Explore 6 awesome GitHub repositories matching web development · Front-Controller Patterns. Refine with filters or upvote what's useful.

Awesome Front-Controller Patterns GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bcit-ci/codeigniterbcit-ci का अवतार

    bcit-ci/CodeIgniter

    18,171GitHub पर देखें↗

    CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It implements a model-view-controller architecture to separate internal data representations from the user interface. The framework utilizes a front-controller architecture to direct all incoming web requests through a single entry point for URI parsing and request dispatching. It includes a dependency injection container to resolve class dependencies and manage the lifecycle of core system components. The toolkit provides capabilities for routing management, database interactions, a

    Utilizes a front-controller architecture to direct all incoming web requests through a single entry point.

    PHPphpphp-frameworkphp7
    GitHub पर देखें↗18,171
  • yiisoft/yii2yiisoft का अवतार

    yiisoft/yii2

    14,298GitHub पर देखें↗

    Yii2 is a professional PHP web framework designed for developing high-performance, scalable enterprise web applications. It utilizes a Model-View-Controller architecture to separate data logic, user interfaces, and request handling, ensuring maintainability for large-scale projects. The framework includes a built-in PHP code generator that automates the creation of boilerplate controllers and models by scanning database schemas. It provides an Active Record object-relational mapping system where classes represent tables and instances represent rows to manage data persistence. Additional capa

    Employs a front-controller pattern to centralize all incoming HTTP requests for processing and security filtering.

    PHP
    GitHub पर देखें↗14,298
  • liyifeng1994/ssmliyifeng1994 का अवतार

    liyifeng1994/ssm

    5,913GitHub पर देखें↗

    This is a demonstration project that illustrates the classic SSM architecture pattern—combining SpringMVC, Spring, and MyBatis—for building scalable enterprise Java web applications. It serves as both a learning resource and a practical tutorial for developers who want to understand how these three frameworks work together in a full-stack context. The project provides a step-by-step guide for assembling SpringMVC, Spring, and MyBatis into a cohesive enterprise web application stack, covering everything from Spring dependency injection and transaction management to MyBatis database access and

    Centralises request handling through a single DispatcherServlet that delegates to controllers, views, and handlers.

    Javajavamybatisspring
    GitHub पर देखें↗5,913
  • lizhipay/acg-fakalizhipay का अवतार

    lizhipay/acg-faka

    5,188GitHub पर देखें↗

    यह प्रोजेक्ट एक PHP-आधारित डिजिटल उत्पाद स्वचालन प्लेटफ़ॉर्म है जिसे डिजिटल सामान और सॉफ़्टवेयर लाइसेंस की बिक्री और तत्काल वितरण के लिए डिज़ाइन किया गया है। यह एक स्वचालित स्टोरफ्रंट इंजन के रूप में कार्य करता है जो इन्वेंट्री, फ्लैश सेल और खाता कुंजियों के वितरण का प्रबंधन करता है। प्लेटफ़ॉर्म को एक डॉकराइज़्ड ई-कॉमर्स वातावरण के रूप में वितरित किया जाता है, जो सुसंगत परिनियोजन के लिए एप्लिकेशन, डेटाबेस और कैश लेयर को कंटेनरों में पैक करता है। इसमें कई भुगतान गेटवे को एकीकृत करने के लिए एक प्लगइन-आधारित आर्किटेक्चर और रेफरल को ट्रैक करने और भर्ती कमीशन वितरित करने के लिए एक बहु-स्तरीय संबद्ध सिस्टम की सुविधा है। सिस्टम में ऑर्डर पूर्ति को स्वचालित करने के लिए तृतीय-पक्ष इन्वेंट्री सिंक्रनाइज़ेशन के लिए टूल और सदस्यता रैंक और उत्पाद मूल्य निर्धारण का प्रबंधन करने के लिए एक टियर एक्सेस कंट्रोल मॉडल शामिल है। यह स्वतंत्र उप-दुकानों के परिनियोजन का भी समर्थन करता है और प्रशासनिक पैनल के माध्यम से रिमोट सॉफ़्टवेयर अपडेट के लिए एक तंत्र प्रदान करता है।

    Implements a front-controller pattern to route all incoming web requests through a single entry point.

    PHP
    GitHub पर देखें↗5,188
  • patricklouys/no-framework-tutorialPatrickLouys का अवतार

    PatrickLouys/no-framework-tutorial

    1,556GitHub पर देखें↗

    This project is an educational guide focused on building modular web applications using native PHP features. It demonstrates how to construct a functional application architecture from the ground up without relying on external third-party frameworks. The guide centers on implementing core architectural patterns, including a request router that maps incoming HTTP paths to specific controller logic and a dependency injection container that manages object lifecycles and class requirements. By decoupling components through automated dependency resolution, the project emphasizes maintainability an

    Implements a single entry point pattern to centralize request handling and dispatching logic.

    clean-codedependency-injectionframework-agnostic
    GitHub पर देखें↗1,556
  • daveh/php-mvcdaveh का अवतार

    daveh/php-mvc

    815GitHub पर देखें↗

    यह प्रोजेक्ट मॉडल-व्यू-कंट्रोलर आर्किटेक्चरल पैटर्न का उपयोग करके वेब एप्लिकेशन बनाने के लिए डिज़ाइन किया गया एक हल्का PHP फ्रेमवर्क है। यह एक संरचित वातावरण प्रदान करता है जो कोड रखरखाव में सुधार करने के लिए व्यावसायिक लॉजिक, डेटा प्रबंधन और यूज़र इंटरफ़ेस प्रस्तुति को अलग-अलग परतों में अलग करता है। फ्रेमवर्क सभी आने वाले वेब ट्रैफ़िक को इंटरसेप्ट करने के लिए एक फ्रंट-कंट्रोलर का उपयोग करता है, जो परिभाषित URL पैटर्न के आधार पर विशिष्ट कंट्रोलर कार्यों के लिए अनुरोधों को रूट करता है। यह मिडलवेयर-शैली अनुरोध इंटरसेप्शन को शामिल करता है, जो अनुरोध लाइफसाइकिल के विभिन्न चरणों में प्रमाणीकरण, सुरक्षा फ़िल्टरिंग या डेटा तैयारी जैसे कस्टम लॉजिक के निष्पादन की अनुमति देता है। अपनी मुख्य रूटिंग और संरचनात्मक क्षमताओं से परे, फ्रेमवर्क में एब्स्ट्रैक्टेड डेटा एक्सेस लेयर्स के माध्यम से डेटाबेस इंटरैक्शन को प्रबंधित करने और टेम्प्लेट-आधारित व्यू जनरेशन का उपयोग करके डायनामिक वेब पेज रेंडर करने के लिए उपकरण शामिल हैं। ये सुविधाएँ सामूहिक रूप से संगठित, सर्वर-साइड वेब एप्लिकेशन के विकास का समर्थन करती हैं।

    Implements a central front-controller to intercept and route all incoming web traffic to appropriate controller actions.

    PHPmvc-frameworkphpphp-mvc
    GitHub पर देखें↗815
  1. Home
  2. Web Development
  3. Request Routing
  4. Front-Controller Patterns