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

overtrue/phplint

:bug: A tool that can speed up linting of php files by running several lint processes at once. observed · 2026-08-28

github.com/overtrue/phplint · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 98
  • Release rhythm 87
  • 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: 2.0
  • age_days: 3691
  • days_rel: 91
  • days_push: 15
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

1022 stars · 93 forks observed · 2026-08-28

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

PHPLint is a PHP syntax linting tool that speeds up checking PHP files by running multiple lint processes in parallel. It is installable via Composer, PHAR, Phive, or Docker and integrates into CI pipelines including MegaLinter.

Use cases

  • check php files for syntax errors
  • lint php codebase quickly in ci
  • parallel syntax checking of php files
  • validate php syntax before commit
  • run php lint in docker pipeline

When to choose

  • you need fast syntax-only linting of large PHP codebases
  • you want a lightweight linter to plug into CI or MegaLinter
  • you need parallel linting across many PHP files

When to avoid

  • you need full static analysis like type checking or bug detection (use PHPStan or Psalm)
  • your project runs on PHP older than 8.0 with the latest version
  • you need code style fixing (use PHP-CS-Fixer or PHP_CodeSniffer)

Facets

cli-tool · maturity active

linter cli developer-tools developer-tools testing php cli cross-platform php syntax-checking parallel-processing composer ci-cd command-line docker

1 source

Member repositories

RepositoryRoleHealth v2
overtrue/phplintmain95

For agents

markdown · JSON · MCP: product_card(name="overtrue/phplint")

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