sstalle/php7cc
PHP 7 Compatibility Checker observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: 4057
- days_rel: n/a
- days_push: 3088
- n_releases_24m: 0
Adoption not part of the score
1510 stars · 121 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
php7cc is a command-line tool that scans PHP 5.3-5.6 codebases for statements that may break on PHP 7, producing reports with file names, line numbers, and problem descriptions. It detects errors that will definitely fail on PHP 7 and warnings about behavior changes, but does not automatically fix code.
Use cases
- check if my php 5 codebase is compatible with php 7
- find code that breaks when upgrading from php 5.6 to php 7
- scan legacy php project for php 7 migration issues
- detect deprecated php constructs before upgrading php version
- generate report of php 7 incompatible statements in my code
- audit old php application before php 7 migration
When to choose
- migrating a legacy PHP 5.3-5.6 codebase to PHP 7 and need a targeted compatibility report
- you want a lightweight phar or composer-installed CLI tool for one-off migration audits
When to avoid
- starting a new project or needing ongoing static analysis - the project is no longer supported
- migrating to PHP 8+ - use phan or phpstan instead
- you need automated code fixing rather than detection and reporting
Facets
cli-tool · maturity abandoned
linter static-site-generator developer-tools developer-tools programming-languages cli php cross-platform php7-migration compatibility-checker static-analysis code-migration php5-to-php7 command-line
1 source
- readme: https://github.com/sstalle/php7cc · fetched 2026-08-28 · 5b8f9c48a453
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sstalle/php7cc | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem