doctrine/common

Doctrine Common

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 11th, 2026
Created on May 20th, 2010
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 284
Total Stargazers: 5,801 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Doctrine Common is a PHP library that extends core language functionality.

The library addresses the need for shared utilities and abstractions that multiple Doctrine projects depend on. Rather than duplicating code across different Doctrine packages, Common provides a centralized collection of reusable components that handle common programming tasks and patterns in PHP. This approach reduces maintenance burden and ensures consistency across the Doctrine ecosystem.

Developers working with Doctrine ORM, DBAL, or other Doctrine projects will find this library already integrated as a dependency. It is most relevant for those building applications that rely on Doctrine's data persistence tools or for developers creating their own libraries that need the foundational utilities Doctrine Common provides. The library serves as infrastructure rather than a standalone application framework.

The project maintains steady activity with regular updates and bug fixes. Development follows a structured approach to maintaining backward compatibility while incorporating improvements to the codebase. The maintainers actively address issues and accept contributions that align with the library's role as a foundational component for the broader Doctrine ecosystem.