Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Exception/ | 10-Nov-2020 | - | 213 | 94 | ||
Pipes/ | 10-Nov-2020 | - | 600 | 356 | ||
Tests/ | 10-Nov-2020 | - | 2,484 | 1,802 | ||
CHANGELOG.md | D | 09-Nov-2020 | 1.7 KiB | 58 | 43 | |
ExecutableFinder.php | D | 09-Nov-2020 | 2.5 KiB | 89 | 48 | |
InputStream.php | D | 09-Nov-2020 | 2.3 KiB | 93 | 52 | |
LICENSE | D | 09-Nov-2020 | 1 KiB | 20 | 16 | |
PhpExecutableFinder.php | D | 09-Nov-2020 | 2.3 KiB | 95 | 50 | |
PhpProcess.php | D | 09-Nov-2020 | 2.4 KiB | 77 | 38 | |
Process.php | D | 09-Nov-2020 | 54.5 KiB | 1,747 | 887 | |
ProcessBuilder.php | D | 09-Nov-2020 | 6.5 KiB | 281 | 109 | |
ProcessUtils.php | D | 09-Nov-2020 | 3.9 KiB | 124 | 67 | |
README.md | D | 09-Nov-2020 | 477 | 14 | 10 | |
composer.json | D | 09-Nov-2020 | 671 | 29 | 28 |
README.md
1Process Component 2================= 3 4The Process component executes commands in sub-processes. 5 6Resources 7--------- 8 9 * [Documentation](https://symfony.com/doc/current/components/process.html) 10 * [Contributing](https://symfony.com/doc/current/contributing/index.html) 11 * [Report issues](https://github.com/symfony/symfony/issues) and 12 [send Pull Requests](https://github.com/symfony/symfony/pulls) 13 in the [main Symfony repository](https://github.com/symfony/symfony) 14