symfony/doctrine-bridge

Provides integration for Doctrine with various Symfony components

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 21st, 2026
Created on October 25th, 2011
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 42
Total Stargazers: 3,220 (+0)
Total Subscribers: 3 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.
Sign in

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Doctrine Bridge is a Symfony component that provides integration between Doctrine and various Symfony components.

The bridge solves the problem of connecting Doctrine, a popular PHP object-relational mapping library, with Symfony's ecosystem of components. Rather than requiring developers to manually wire Doctrine into Symfony applications, the bridge handles this integration automatically, allowing Doctrine entities and repositories to work seamlessly within Symfony's dependency injection container, form system, validation framework, and other core components.

Developers building Symfony applications that use Doctrine for database access should adopt this bridge as a standard part of their setup. It is essential for any project combining Symfony with Doctrine, as it eliminates boilerplate configuration and ensures the two libraries work together according to established conventions. The bridge is particularly valuable for applications using Symfony's form component with Doctrine entities, or those relying on Symfony's validation system to constrain Doctrine-mapped objects.

Development activity on the project is distributed across multiple contributors who submit changes through pull requests to the main Symfony repository rather than directly to this bridge. The project maintains active engagement with its user base through an issue tracker where problems are reported and discussed. The maintainers actively review and merge contributions that improve the integration between Doctrine and Symfony components.