awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
symfony avatar

symfony/framework-bundle

0
View on GitHub↗
3,568 stars·122 forks·PHP·MIT·2 vuessymfony.com/framework-bundle↗

Framework Bundle

This project serves as the core integration layer for building full-stack web applications in PHP. It provides a unified foundation by connecting essential infrastructure components, including a dependency injection container, an event dispatcher, and a request routing engine. The framework operates through a kernel-based request lifecycle that transforms incoming HTTP requests into responses via prioritized middleware stages.

The system distinguishes itself through a highly modular architecture that relies on configuration-driven service wiring and metadata-driven attribute mapping. During the build phase, the framework performs compiler-pass service optimization to analyze and transform the dependency graph, ensuring efficient service resolution. This approach allows developers to define application structure externally while maintaining decoupled communication between components through an event-driven orchestration model.

Beyond its core integration capabilities, the framework provides a comprehensive suite of tools for application lifecycle management. This includes utilities for performance optimization through caching, security hardening via input sanitization and request rate limiting, and distributed resource coordination using semaphore-based locking. It also incorporates diagnostic tools for inspecting internal states and automated testing utilities to verify business logic and console command execution.

Features

  • HTTP Request Handlers - Operates through a kernel-based request lifecycle that transforms incoming HTTP requests into responses via prioritized middleware.
  • PHP Web Frameworks - Provides a unified framework foundation that integrates essential PHP infrastructure for building full-stack web applications.
  • Service Dependency Wiring - Enables modular assembly of services at runtime using external configuration files to define application structure.
  • Application Configuration - Integrates core services and dependency injection to establish the essential foundation for full-stack web applications.
  • Container Compiler Passes - Performs compiler-pass service optimization to analyze and transform the dependency graph for efficient service resolution.
  • Event-Driven Architectures - Facilitates decoupled communication between system modules through an event-driven orchestration model.
  • Framework Core Integration - Connects foundational infrastructure libraries like routing and dependency injection into a unified framework substrate.
  • Dependency Injection Containers - Manages object instantiation and lifecycle through a centralized container to wire application components together.
  • PHP Event Dispatchers - Implements a decoupled communication mechanism that broadcasts and listens for system events across the application.
  • Full-Stack Web Development - Serves as a comprehensive integration layer for building full-stack web applications by unifying essential infrastructure components.
  • PHP Routing Libraries - Maps incoming HTTP requests to specific controller actions using a pattern-based routing engine.
  • Application Cache Management - Manages cached data using custom serialization and storage backends to optimize application responsiveness.
  • Attribute Metadata Annotations - Uses metadata-driven attribute mapping to automate routing, validation, and security configurations.
  • Debugging and Inspection Tools - Includes diagnostic tools for inspecting internal states, routing tables, and service containers to troubleshoot application behavior.
  • Event Trigger Dispatchers - Enables decoupled system communication by dispatching workflow events during state transitions.
  • Coordination des ressources distribuées - Provides semaphore-based locking mechanisms to coordinate access to shared resources across distributed processes and servers.
  • HTML Content Sanitization - Filters and cleans user-provided HTML input to prevent cross-site scripting and malicious injection attacks.
  • Request Rate Limiting - Restricts request frequency to specific controller actions to protect application resources from abuse.
  • Application Performance Optimization - Improves application responsiveness through caching and efficient network communication management.
  • Business Logic Testing - Verifies business logic and console command execution through specialized automated testing utilities.
  • Command Application Test Runners - Provides utilities for verifying console command execution and application state during the development lifecycle.
  • Web Security Hardening - Hardens web services by sanitizing input, limiting request rates, and signing URIs to prevent unauthorized access.

Historique des stars

Graphique de l'historique des stars pour symfony/framework-bundleGraphique de l'historique des stars pour symfony/framework-bundle

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Framework Bundle

Sélections manuelles où Framework Bundle apparaît.
  • Développement web
  • PHP CLI Frameworks

Alternatives open source à Framework Bundle

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Framework Bundle.
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Voir sur GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Go
    Voir sur GitHub↗5,499
  • yiisoft/yiiAvatar de yiisoft

    yiisoft/yii

    4,825Voir sur GitHub↗

    Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful services. It operates as an MVC application framework that separates business logic from the user interface and includes a built-in object-relational mapper for interacting with databases. The project provides a comprehensive command line toolset for project bootstrapping, automated code generation, and the execution of background tasks. It utilizes a component-based architecture and a service locator to manage dependency injection and object lifecycles. The framework covers a

    PHPhacktoberfestphpphp-framework
    Voir sur GitHub↗4,825
  • goravel/goravelAvatar de goravel

    goravel/goravel

    4,749Voir sur GitHub↗

    Goravel is a full-featured development scaffold and framework for building web applications, REST APIs, and gRPC services using the Go programming language. It implements a model-view-controller architecture and provides a comprehensive toolkit for high-performance remote procedure call servers and clients. The framework is distinguished by its extensive integrated ecosystem, which includes a fluent object-relational mapper for database management and a dedicated command-line interface toolkit for administrative automation and project scaffolding. It features a driver-based service abstractio

    Goapiframeworkgo
    Voir sur GitHub↗4,749
  • symfony/routingAvatar de symfony

    symfony/routing

    7,618Voir sur GitHub↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    PHPcomponentphprouter
    Voir sur GitHub↗7,618
Voir les 30 alternatives à Framework Bundle→

Questions fréquentes

Que fait symfony/framework-bundle ?

This project serves as the core integration layer for building full-stack web applications in PHP. It provides a unified foundation by connecting essential infrastructure components, including a dependency injection container, an event dispatcher, and a request routing engine. The framework operates through a kernel-based request lifecycle that transforms incoming HTTP requests into responses via prioritized middleware stages.

Quelles sont les fonctionnalités principales de symfony/framework-bundle ?

Les fonctionnalités principales de symfony/framework-bundle sont : HTTP Request Handlers, PHP Web Frameworks, Service Dependency Wiring, Application Configuration, Container Compiler Passes, Event-Driven Architectures, Framework Core Integration, Dependency Injection Containers.

Quelles sont les alternatives open-source à symfony/framework-bundle ?

Les alternatives open-source à symfony/framework-bundle incluent : inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… yiisoft/yii — Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful… goravel/goravel — Goravel is a full-featured development scaffold and framework for building web applications, REST APIs, and gRPC… symfony/routing — This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… aplus-framework/framework — This project is a full-stack web framework built on PHP that provides a structured environment for developing complete…