awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aplus-framework avatar

aplus-framework/mvc

0
View on GitHub↗
262 نجوم·3 تفرعات·PHP·MIT·1 مشاهدةaplus-framework.com/packages/mvc↗

Mvc

This project is a PHP framework designed for building web applications through the model-view-controller architectural pattern. It provides a structured environment for organizing server-side code into distinct layers, separating business logic and data management from user interface presentation.

The framework functions as a server-side component library that manages the lifecycle of web requests. It includes tools for mapping incoming traffic to specific controller methods, processing requests through a middleware pipeline, and rendering dynamic content using template-based views. The system also incorporates a dependency injection container to automate the instantiation and management of application services.

Beyond its core routing and rendering capabilities, the framework supports modular code organization to assist in maintaining project structure. It also maintains a formal process for the identification and reporting of security vulnerabilities to support the integrity of the codebase.

Features

  • PHP Application Frameworks - Provides a structured environment for building modular server-side applications using PHP.
  • Model-View-Controller Frameworks - Structures application logic using the model-view-controller pattern to separate data, presentation, and control.
  • PHP Web Frameworks - Functions as a full-stack PHP framework that implements the model-view-controller pattern.
  • Dependency Injection Containers - Provides a container for managing the lifecycle and injection of application services.
  • Dynamic View Rendering - Generates dynamic HTML output by processing data through structured template files.
  • Modular Application Architectures - Implements a modular development pattern that organizes code into distinct layers for scalability.
  • Service Middleware Pipelines - Implements a middleware pipeline to process requests through layers for cross-cutting concerns.
  • Request Routing - Directs incoming web requests to appropriate controller methods based on URL patterns.
  • Server-Side Component Libraries - Provides a library of reusable server-side tools for request routing and data handling.

سجل النجوم

مخطط تاريخ النجوم لـ aplus-framework/mvcمخطط تاريخ النجوم لـ aplus-framework/mvc

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Mvc

مجموعات منسقة بعناية يظهر فيها Mvc.
  • MVC frameworks

الأسئلة الشائعة

ما هي وظيفة aplus-framework/mvc؟

This project is a PHP framework designed for building web applications through the model-view-controller architectural pattern. It provides a structured environment for organizing server-side code into distinct layers, separating business logic and data management from user interface presentation.

ما هي الميزات الرئيسية لـ aplus-framework/mvc؟

الميزات الرئيسية لـ aplus-framework/mvc هي: PHP Application Frameworks, Model-View-Controller Frameworks, PHP Web Frameworks, Dependency Injection Containers, Dynamic View Rendering, Modular Application Architectures, Service Middleware Pipelines, Request Routing.

ما هي البدائل مفتوحة المصدر لـ aplus-framework/mvc؟

تشمل البدائل مفتوحة المصدر لـ aplus-framework/mvc: bcit-ci/codeigniter — CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It… laruence/yaf — Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension… aplus-framework/framework — This project is a full-stack web framework built on PHP that provides a structured environment for developing complete… cakephp/cakephp — CakePHP is a PHP web framework designed for the rapid development of full-featured web applications. It utilizes a… yiisoft/yii — Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful… aplus-framework/app — This project is a PHP web application framework designed to provide a structured foundation for building and scaling…

بدائل مفتوحة المصدر لـ Mvc

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mvc.
  • laruence/yafالصورة الرمزية لـ laruence

    laruence/yaf

    4,516عرض على GitHub↗

    Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension designed to reduce overhead and increase request processing speeds compared to frameworks written in standard user-land PHP. The framework moves core logic, including request routing, into a compiled binary layer to accelerate the dispatch of incoming network requests to controllers. It provides a command-line utility to generate standardized project scaffolding and boilerplate directory structures. The system covers application bootstrapping to initialize environment state, conf

    Ccphpphp-framework
    عرض على GitHub↗4,516
  • bcit-ci/codeigniterالصورة الرمزية لـ bcit-ci

    bcit-ci/CodeIgniter

    18,171عرض على GitHub↗

    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

    PHPphpphp-frameworkphp7
    عرض على GitHub↗18,171
  • aplus-framework/frameworkالصورة الرمزية لـ aplus-framework

    aplus-framework/framework

    262عرض على GitHub↗

    This project is a full-stack web framework built on PHP that provides a structured environment for developing complete web applications. It utilizes a model-view-controller architecture to separate application data, user interface, and control logic, facilitating the management of complex application requirements. The framework distinguishes itself through a suite of integrated tools designed to unify server-side logic and client-side interfaces. It supports isomorphic code execution to maintain consistent behavior across the stack and employs server-side data hydration to populate the client

    PHPaplusaplus-frameworkcache
    عرض على GitHub↗262
  • cakephp/cakephpالصورة الرمزية لـ cakephp

    cakephp/cakephp

    8,797عرض على GitHub↗

    CakePHP is a PHP web framework designed for the rapid development of full-featured web applications. It utilizes a model-view-controller architecture to separate business logic, data models, and user interfaces. The framework includes a built-in object-relational mapper that allows for the retrieval and storage of relational data without writing raw SQL queries. It employs a convention-over-configuration approach to reduce boilerplate code by assuming standard naming schemes for files and database tables. The project provides tools for implementing web forms with integrated validation and pr

    PHP
    عرض على GitHub↗8,797
عرض جميع البدائل الـ 30 لـ Mvc→