This repository was archived by the owner on Jul 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- PHP Parallel Lint
2- =================
3-
1+ # PHP Parallel Lint
42This tool check syntax of PHP files faster then serial check with fancier output.
53
64Running parallel jobs in PHP inspired by Nette framework tests.
75
8- Install
9- -------
106
7+ ## Install
118Just create a ` composer.json ` file and run the ` php composer.phar install ` command to install it:
129
1310``` json
@@ -29,14 +26,12 @@ For colored output install suggested package `jakub-onderka/php-console-highligh
2926}
3027```
3128
32- Example output
33- --------------
3429
30+ ## Example output
3531![ Alt text] ( /tests/examples/example-images/use-error.png?raw=true " Example use of tool with error ")
3632
37- Recommended setting for usage with Symfony framework
38- --------------
3933
34+ ## Recommended setting for usage with Symfony framework
4035For run from command line:
4136
4237```
@@ -61,8 +56,7 @@ or setting for ANT:
6156</target >
6257```
6358
64- Create Phar package
65- --------------
59+ ## Create Phar package
6660PHP Parallel Lint supports [ Box app] ( https://box-project.github.io/box2/ ) for creating Phar package. First, install box app:
6761
6862```
You can’t perform that action at this time.
0 commit comments