Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/reflection

The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically. observed · 2026-08-28

github.com/doctrine/reflection · homepage · PHP · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3003
  • days_rel: n/a
  • days_push: 1106
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2896 stars · 18 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PHP library from the Doctrine project that extends PHP's built-in reflection API, allowing static retrieval of reflection information about classes, methods, and properties. It is now abandoned, with useful features moved to doctrine/persistence.

Use cases

  • inspect php classes statically without loading them
  • get reflection info about methods and properties
  • extend php's reflection api with extra functionality
  • support doctrine orm and other doctrine projects
  • analyze class metadata in php tooling

When to choose

  • you maintain a legacy codebase already depending on doctrine/reflection
  • you need the exact doctrine reflection api for compatibility

When to avoid

  • starting a new project - the package is abandoned
  • you want actively maintained reflection features - use roave/better-reflection or doctrine/persistence

Facets

library · maturity abandoned

developer-tools developer-tools programming-languages php reflection php doctrine static-analysis abandoned

5 sources

Member repositories

RepositoryRoleHealth v2
doctrine/reflectionmain10

For agents

markdown · JSON · MCP: product_card(name="doctrine/reflection")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem