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

doctrine/instantiator

None observed · 2026-08-28

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

Health v2 · maintenance only

71/100

  • Activity 88
  • Release rhythm 33
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 4409
  • days_rel: 239
  • days_push: 75
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

10988 stars · 63 forks observed · 2026-08-28

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

A small, lightweight PHP library that creates new instances of any class without invoking its constructor or any of the class's own API. It is maintained under the Doctrine project and widely used as a dependency by testing and ORM tooling.

Use cases

  • instantiate a PHP class without calling its constructor
  • create object instances for unit tests without triggering side effects
  • hydrate entities bypassing constructor logic
  • create mock or fixture objects without constructor dependencies
  • deserialize objects without running constructors

When to choose

  • you need to create instances of classes whose constructors have required dependencies or side effects
  • you are building testing tools, mocks, or hydrators in PHP
  • you need a tiny, battle-tested utility with huge community adoption

When to avoid

  • you want normal object construction with constructor logic executed
  • you are not working in PHP
  • you need serialization or property population, not just bare instantiation

Facets

library · maturity stable

developer-tools developer-tools programming-languages php object-instantiation reflection constructor-bypass doctrine testing-utility

8 sources

Member repositories

RepositoryRoleHealth v2
doctrine/instantiatormain71

For agents

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

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