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

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

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

PatrickLouys/no-framework-tutorial

0
View on GitHub↗
1,556 نجوم·188 تفرعات·MIT·12 مشاهدات

No Framework Tutorial

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 and testability in custom software design.

The implementation covers essential web application mechanics such as a front-controller for request handling, a template engine for separating presentation logic from business code, and a centralized error handling layer to manage runtime exceptions. These components work together to provide a structured approach to dynamic content generation and system feedback.

Features

  • PHP Application Frameworks - Demonstrates the construction of modular web application architectures using native language features.
  • Dependency Injection Containers - Provides a central container for managing object lifecycles and dependency resolution.
  • Dependency Injection Providers - Implements dependency injection to decouple components and manage service lifecycles.
  • Dependency Injection - Automates the provision of class dependencies to decouple components and improve testability.
  • Request Routing - Maps incoming HTTP request paths to specific controller logic for dynamic content delivery.
  • Front-Controller Patterns - Implements a single entry point pattern to centralize request handling and dispatching logic.
  • Web Request Routers - Implements a custom request router that maps incoming HTTP paths to specific controller logic without external framework dependencies.
  • Error Tracking and Exception Handling - Intercepts and processes runtime exceptions to provide consistent user feedback during failures.
  • Component-Based Dependency Management - Manages complex application dependencies through automated injection to simplify system configuration.
  • Global Exception Handlers - Provides a centralized layer for intercepting and formatting application-wide runtime exceptions.
  • Service-Layer Architectures - Organizes application logic into decoupled services to separate business operations from presentation.
  • HTML Template Renderers - Provides a template engine that merges dynamic application data with HTML layout files to separate presentation from business logic.
  • Server-Side Template Engines - Ships a server-side template engine for generating dynamic HTML responses.
  • PHP Error-to-Exception Converters - Provides patterns for converting runtime errors into exceptions to protect sensitive system information.
  • HTML Content Renderers - Renders dynamic HTML content by combining application data with modular templates.
  • Custom Web Routes - Implements custom path parsing logic to route web traffic without external framework dependencies.

سجل النجوم

مخطط تاريخ النجوم لـ patricklouys/no-framework-tutorialمخطط تاريخ النجوم لـ patricklouys/no-framework-tutorial

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

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

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

Start searching with AI

مجموعات مختارة تضم No Framework Tutorial

مجموعات منسقة بعناية يظهر فيها No Framework Tutorial.
  • مشاريع بناء إطارات عمل الويب

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

ما هي وظيفة patricklouys/no-framework-tutorial؟

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.

ما هي الميزات الرئيسية لـ patricklouys/no-framework-tutorial؟

الميزات الرئيسية لـ patricklouys/no-framework-tutorial هي: PHP Application Frameworks, Dependency Injection Containers, Dependency Injection Providers, Dependency Injection, Request Routing, Front-Controller Patterns, Web Request Routers, Error Tracking and Exception Handling.

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

تشمل البدائل مفتوحة المصدر لـ patricklouys/no-framework-tutorial: bcit-ci/codeigniter — CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… top-think/think — Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a… slimphp/slim — Slim is a PHP micro-framework designed for building web applications and APIs by routing incoming network requests to…

بدائل مفتوحة المصدر لـ No Framework Tutorial

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع No Framework Tutorial.
  • 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
  • zendframework/zendframeworkالصورة الرمزية لـ zendframework

    zendframework/zendframework

    5,441عرض على GitHub↗

    Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It implements an MVC architecture to separate business logic from the user interface and provides a structured request-handling system through a sequential middleware pipeline. The project features a factory-driven dependency injection container to automate object instantiation and manage class lifecycles. It also includes a comprehensive security suite for verifying user identities and restricting resource access using access control lists and role-based access control adapters.

    عرض على GitHub↗5,441
  • dodyg/practical-aspnetcoreالصورة الرمزية لـ dodyg

    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

    C#asp-net-coreaspnet-coreaspnetcore
    عرض على GitHub↗10,382
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
عرض جميع البدائل الـ 30 لـ No Framework Tutorial→