Registry / build-tool / jakub-onderka-php-parallel-lint

jakub-onderka-php-parallel-lint

JSON →
library1.0.0phppackagistunverified

This tool check syntax of PHP files about 20x faster than serial check.

composer require jakub-onderka/php-parallel-lint
INSTALL
IMPORT
SIG · JAKUB-ONDERKA-PHP-
J
jakub-onderka-php-parallel-lint
build-toolphpv1.0.0
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.

ParallelLint
use JakubOnderka\PhpParallelLint\ParallelLint;

Lint PHP files for syntax errors in parallel.

use JakubOnderka\PhpParallelLint\ParallelLint; $lint = new ParallelLint(); $result = $lint->lint(['/path/to/file.php']); if ($result->hasError()) { echo $result->getErrors()[0]->getMessage(); }
Debug
Known issues
breakingThis package is abandoned; use php-parallel-lint/php-parallel-lint instead.
fix
Replace jakub-onderka/php-parallel-lint with php-parallel-lint/php-parallel-lint.
affects: *
Upgrade
Version history
1.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Resources
jakub-onderka-php-parallel-lint — pip install jakub-onderka-php-parallel-lint · libregistry