文件名称:PHP-Parallel-Lint:此工具检查PHP文件的语法的速度比带有高级输出的串行检查要快
文件大小:91KB
文件格式:ZIP
更新时间:2024-02-26 09:58:43
lint php parallel syntax-checker PHPPHP
PHP平行皮棉
该存储库已废弃。
建议的替代方法: :
该工具检查PHP文件的语法的速度比带有更高级输出的串行检查更快。
Nette框架测试启发了在PHP中运行并行作业。
安装
只需运行以下命令进行安装:
composer require --dev jakub-onderka/php-parallel-lint
对于彩色输出,还安装建议的软件包jakub-onderka/php-console-highlighter :
composer require --dev jakub-onderka/php-console-highlighter
输出示例
运行选项
-p
【文件预览】:
PHP-Parallel-Lint-master
----src()
--------ParallelLint.php(7KB)
--------Error.php(6KB)
--------Process()
--------Settings.php(6KB)
--------Result.php(3KB)
--------Output.php(12KB)
--------Application.php(4KB)
--------ErrorFormatter.php(4KB)
--------exceptions.php(951B)
--------Manager.php(8KB)
----phpcs-ruleset.xml(3KB)
----.travis.yml(1KB)
----box.json(525B)
----LICENSE(1KB)
----README.md(3KB)
----parallel-lint(2KB)
----appveyor.yml(943B)
----tests()
--------Settings.parseArguments.phpt(4KB)
--------Manager.run.phpt(4KB)
--------SkipLintProcess.phpt(1022B)
--------SyntaxError.normalizeMessage.phpt(972B)
--------examples()
--------ParallelLint.lint.phpt(5KB)
--------skip-on-5.3()
----.gitignore(22B)
----bin()
--------skip-linting.php(504B)
----composer.json(872B)