maglnet/ComposerRequireChecker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies observed · 2026-09-03
Health v2 · maintenance only
91/100
- Activity 100
- Release rhythm 75
- 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: 23.5
- age_days: 3934
- days_rel: 166
- days_push: 0
- n_releases_24m: 13
Adoption not part of the score
1010 stars · 80 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ComposerRequireChecker is a PHP CLI tool that analyzes a composer.json file and the package's source code to detect usage of symbols from undeclared (soft/transitive) dependencies. It helps enforce that all used libraries and PHP extensions are explicitly required, preventing breakage from indirect dependency updates.
Use cases
- detect undeclared composer dependencies in my package
- prevent soft dependencies in a PHP project
- verify composer.json require section covers all used symbols
- check for missing PHP extension requirements
- add dependency checks to CI pipeline
- find transitive dependencies my code relies on
When to choose
- you maintain a PHP library or package and want strict dependency hygiene
- you want to catch reliance on transitive dependencies before they break
- you need a CI-friendly static check of composer dependencies
When to avoid
- your project does not use Composer
- you need general-purpose static analysis beyond dependency checking
- you want runtime dependency validation rather than static analysis
Facets
cli-tool · maturity active
cli dependency-audit code-review developer-tools developer-tools testing php cli cross-platform composer static-analysis php dependency-management code-quality ci command-line
1 source
- readme: https://github.com/maglnet/ComposerRequireChecker · fetched 2026-09-03 · c570025ca03c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maglnet/ComposerRequireChecker | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="maglnet/ComposerRequireChecker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem