Registry / build-tool / sstalle-php7cc

sstalle-php7cc

JSON →
library1.2.1phppackagistunverified

A command-line tool to check PHP 5.3 - 5.6 code compatibility with PHP 7.

composer require sstalle/php7cc
INSTALL
IMPORT
SIG · SSTALLE-PHP7CC
S
sstalle-php7cc
build-toolphpv1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Checker
use Sstalle\Php7cc\Checker;

Scans a directory for PHP 7 compatibility issues.

use Sstalle\Php7cc\Checker; $checker = new Checker(); $checker->checkDirectory('/path/to/code'); $issues = $checker->getIssues(); foreach ($issues as $issue) { echo $issue->getMessage(); }
Debug
Known issues
gotchaOnly checks syntax; does not detect runtime behavior changes.
fix
Use additional tools like PHPStan or Rector for deeper analysis.
affects: *
Upgrade
Version history
1.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
sstalle-php7cc — pip install sstalle-php7cc · libregistry