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

JetBrains/phpstorm-stubs

PHP runtime & extensions header files for PhpStorm observed · 2026-08-28

github.com/JetBrains/phpstorm-stubs · homepage · PHP · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 98
  • Release rhythm 70
  • Longevity 100
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: 99
  • age_days: 4173
  • days_rel: 42
  • days_push: 12
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1394 stars · 825 forks observed · 2026-08-28

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

A collection of syntactically correct PHP stub files describing the signatures, constants, and PHPDoc annotations of PHP core and standard extensions. PhpStorm and other tools use these stubs for code completion, type inference, inspection, and documentation popups.

Use cases

  • improve php code completion for built-in functions
  • get accurate return types for php standard library in ide
  • run static analysis on php code using core extension signatures
  • use php stubs outside phpstorm for type inference
  • contribute corrections to php runtime function documentation

When to choose

  • you need accurate signatures and PHPDoc for PHP built-in functions and extensions
  • you build PHP tooling (linters, analyzers, IDEs) that requires runtime metadata
  • you want to customize or extend PhpStorm's default stubs

When to avoid

  • you need stubs for third-party Composer packages rather than PHP core and extensions
  • you need guaranteed-accurate @throws annotations, which are not validated by tests
  • you need runtime functionality - stubs are metadata only and contain no implementations

Facets

library · maturity active

type-system documentation developer-tools developer-tools programming-languages web-development php cross-platform php-stubs ide-support code-completion static-analysis phpdoc type-inference

10 sources

Member repositories

RepositoryRoleHealth v2
JetBrains/phpstorm-stubsmain89

For agents

markdown · JSON · MCP: product_card(name="JetBrains/phpstorm-stubs")

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