awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
PatrickLouys avatar

PatrickLouys/no-framework-tutorial

0
View on GitHub↗
1,556 stele·188 fork-uri·MIT·12 vizualizări

No Framework Tutorial

Acest proiect este un ghid educațional axat pe construirea de aplicații web modulare folosind funcționalități native PHP. Acesta demonstrează cum să creezi o arhitectură de aplicație funcțională de la zero, fără a depinde de framework-uri externe.

Ghidul se concentrează pe implementarea unor tipare arhitecturale de bază, inclusiv un router de cereri care mapează căile HTTP primite către logica specifică a controllerelor și un container de injecție a dependențelor care gestionează ciclurile de viață ale obiectelor și cerințele claselor. Prin decuplarea componentelor prin rezolvarea automată a dependențelor, proiectul pune accent pe mentenabilitate și testabilitate în designul software personalizat.

Implementarea acoperă mecanisme esențiale pentru aplicații web, cum ar fi un front-controller pentru gestionarea cererilor, un motor de template-uri pentru separarea logicii de prezentare de codul de business și un strat centralizat de gestionare a erorilor pentru a trata excepțiile de runtime. Aceste componente lucrează împreună pentru a oferi o abordare structurată pentru generarea de conținut dinamic și feedback-ul sistemului.

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.

Istoric stele

Graficul istoricului de stele pentru patricklouys/no-framework-tutorialGraficul istoricului de stele pentru patricklouys/no-framework-tutorial

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ No Framework Tutorial

Colecții selectate manual în care apare No Framework Tutorial.
  • Proiecte pentru crearea de framework-uri web

Întrebări frecvente

Ce face patricklouys/no-framework-tutorial?

Acest proiect este un ghid educațional axat pe construirea de aplicații web modulare folosind funcționalități native PHP. Acesta demonstrează cum să creezi o arhitectură de aplicație funcțională de la zero, fără a depinde de framework-uri externe.

Care sunt principalele funcționalități ale patricklouys/no-framework-tutorial?

Principalele funcționalități ale patricklouys/no-framework-tutorial sunt: PHP Application Frameworks, Dependency Injection Containers, Dependency Injection Providers, Dependency Injection, Request Routing, Front-Controller Patterns, Web Request Routers, Error Tracking and Exception Handling.

Care sunt câteva alternative open-source pentru patricklouys/no-framework-tutorial?

Alternativele open-source pentru patricklouys/no-framework-tutorial includ: 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…

Alternative open-source pentru No Framework Tutorial

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu No Framework Tutorial.
  • bcit-ci/codeigniterAvatar bcit-ci

    bcit-ci/CodeIgniter

    18,171Vezi pe 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
    Vezi pe GitHub↗18,171
  • zendframework/zendframeworkAvatar zendframework

    zendframework/zendframework

    5,441Vezi pe 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.

    Vezi pe GitHub↗5,441
  • dodyg/practical-aspnetcoreAvatar dodyg

    dodyg/practical-aspnetcore

    10,382Vezi pe 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
    Vezi pe GitHub↗10,382
  • quarkusio/quarkusAvatar quarkusio

    quarkusio/quarkus

    15,479Vezi pe 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
    Vezi pe GitHub↗15,479
  • Vezi toate cele 30 alternative pentru No Framework Tutorial→