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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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.

Star 历史

patricklouys/no-framework-tutorial 的 Star 历史图表patricklouys/no-framework-tutorial 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 No Framework Tutorial 的精选搜索

收录 No Framework Tutorial 的精选合集。
  • Web 框架构建项目

No Framework Tutorial 的开源替代方案

相似的开源项目,按与 No Framework Tutorial 的功能重合度排序。
  • bcit-ci/codeigniterbcit-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/zendframeworkzendframework 的头像

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

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

    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
查看 No Framework Tutorial 的所有 30 个替代方案→

常见问题解答

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…