symfony

symfony/framework-bundle

PHP MIT Web Dev Single maintainer risk

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k stars
122 forks
active
GitHub

3.6k

Stars

122

Forks

1

Open issues

30

Contributors

v8.1.1 27 Jun 2026

AI Analysis

FrameworkBundle is a core integration layer that binds Symfony components together into the Symfony full-stack web framework. It is specifically designed for developers building applications with the Symfony framework ecosystem and is not intended for those seeking a standalone component or alternative framework.

Web Dev Web Framework Discovery value: 1/10
Documentation 6/10
Activity 9/10
Community 9/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 9/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

symfony php-framework integration-layer component-glue mvc
Actively maintained MIT licensed Popular Niche/specialized use case Production ready
Deep Analysis · Based on README and public signals
1w ago

Core glue layer for Symfony framework: integrates components into cohesive full-stack system

FrameworkBundle is an infrastructure package that binds Symfony's loosely-coupled components into a unified full-stack web framework. It is not a standalone tool but rather an internal orchestration layer within the Symfony ecosystem. Real-world adoption is inextricable from Symfony framework adoption, which is substantial in enterprise PHP environments. The bundle handles bootstrapping, configuration, service container wiring, and component lifecycle management.

Origin

Created October 2011 as part of Symfony 2's shift toward component-based architecture. FrameworkBundle emerged to bridge the gap between reusable, independent components and the need for a complete, batteries-included framework. It represents the architectural philosophy of Symfony: small, focused components wrapped by a minimal integration layer.

Growth

Star growth is flat (0 gained in last 7 days, 3,569 total) because this package serves an internal structural role rather than being a standalone user choice. Adoption correlates entirely with Symfony framework adoption. The bundle was stabilized years ago; activity is maintenance-driven rather than growth-driven, which is normal for core infrastructure that has reached maturity.

In production

Adoption not formally verified in README, but FrameworkBundle is a mandatory dependency of every Symfony framework project. Given Symfony's documented presence in thousands of enterprise applications, production deployment is de facto certain but not explicitly claimed.

Code analysis
Architecture

Based on README, FrameworkBundle appears to act as a service locator and configuration orchestrator for Symfony components. Likely provides dependency injection container configuration, event dispatching setup, and HTTP kernel initialization. Specific architectural details not documented in README.

Tests

Not documented in README. Testing approach cannot be inferred from available metadata.

Maintenance

Last push 2026-07-01, indicating active maintenance as of current date (2026-07-02). Fifteen years of continuous operation suggests operational stability. No reported sponsorship urgency in README suggests maintenance is adequate though perhaps not well-resourced relative to the bundle's criticality. Lack of growth signals is typical for mature infrastructure, not a quality indicator.

Honest verdict

ADOPT IF: you are building with Symfony framework (adoption is mandatory and transparent). AVOID IF: you are comparing isolated tools—FrameworkBundle is not a standalone choice but an integration layer and has no meaningful alternative within Symfony. MONITOR IF: Symfony's overall health or sponsorship situation deteriorates, as FrameworkBundle depends on the ecosystem remaining viable.

Independent dimensions

Mainstream potential

1/10

Technical importance

7/10

Adoption evidence

8/10

Risks
  • FrameworkBundle's maintenance is not independently resourced (README indicates sponsorship search); if Symfony project loses contributor capacity, maintenance pace could slow.
  • Breaking changes in Symfony components may require FrameworkBundle updates; tight coupling to the full-stack framework means it cannot lag behind.
  • Adoption tied entirely to Symfony framework adoption; no independent user base means FrameworkBundle-specific issues lack dedicated visibility.
  • README provides minimal technical documentation of integration logic; understanding behavior requires familiarity with Symfony component internals.
  • Long-term viability depends on continued relevance of Symfony framework in PHP ecosystem; does not address shifts away from Symfony adoption.
Prediction

FrameworkBundle will remain a stable, actively-maintained infrastructure component for as long as Symfony framework remains viable. Growth is not expected (nor appropriate); maintenance will likely continue at current pace unless broader Symfony ecosystem faces major adoption shifts.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

PHP
100%
Twig
0%

Information

Language
PHP
License
MIT
Last updated
2d ago
Created
179mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Open issues

No open issues — clean slate.

Open pull requests

Similar repos

symfony

symfony/security-bundle

SecurityBundle integrates Symfony's Security component into the full-stack...

2.5k PHP Security
symfony

symfony/twig-bundle

TwigBundle provides tight integration of the Twig templating engine into...

2.5k PHP Web Dev
symfony

symfony/symfony

Symfony is a mature, widely-adopted PHP framework for building web and console...

31.1k PHP Web Dev
symfony

symfony/doctrine-bridge

The Doctrine Bridge is a PHP library that integrates the Doctrine ORM/ODM with...

3.2k PHP Web Dev
symfony

symfony/twig-bridge

Symfony Twig Bridge provides integration between the Twig templating engine and...

2.5k PHP Web Dev
vs. alternatives
Laravel framework

Monolithic, tightly-coupled architecture vs. Symfony's component-driven modularity. FrameworkBundle enables component reuse outside the framework; Laravel does not decompose as readily.

Slim Framework

Micro-framework with minimal integration layer vs. FrameworkBundle's full-stack bundling. Slim leaves component selection to user; FrameworkBundle provides opinionated, pre-wired setup.

Zend Framework / Laminas

Similar component-first model with integration packages, but smaller community and fewer integrated bundles compared to Symfony's ecosystem maturity.

Standalone Symfony components

FrameworkBundle is consumed *alongside* raw components, not instead of them. It enables component-only usage for those who don't need the full framework.

Pimple / standalone DI containers

FrameworkBundle wraps service container orchestration; direct container usage offers more control but requires manual wiring that FrameworkBundle handles automatically.