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
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
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
- readme: https://github.com/doctrine/reflection · fetched 2026-08-28 · a274e8340bc0
- homepage: https://www.doctrine-project.org/projects/reflection.html · fetched 2026-08-29 · e3e0ea03f700
- site_page: https://www.doctrine-project.org/projects/doctrine-reflection/en/1.2/index.html · fetched 2026-08-29 · 461a082a4655
- site_page: https://www.doctrine-project.org/projects/doctrine-reflection/en/1.1/index.html · fetched 2026-08-29 · 50576a85cfda
- site_page: https://www.doctrine-project.org/projects/doctrine-reflection/en/1.0/index.html · fetched 2026-08-29 · af30c6351037
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| doctrine/reflection | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="doctrine/reflection")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem