process
An async process dispatcher for Amp.
File Explorer
Download Latest Version (.zip)- ci.yml
- dependabot.yml
- .gitattributes
- ProcessWrapper.exe
- ProcessWrapper64.exe
- basic-command.php
- ffmpeg.php
- ping-many.php
- sleep-exit.php
- watch-live.php
- write-command.php
- PosixHandle.php
- PosixRunner.php
- HandshakeException.php
- HandshakeStatus.php
- SignalCode.php
- SocketConnector.php
- WindowsHandle.php
- WindowsRunner.php
- ProcessContext.php
- ProcessHandle.php
- ProcessRunner.php
- ProcessStatus.php
- ProcessStreams.php
- ProcHolder.php
- functions.php
- Process.php
- ProcessException.php
- signal-process.php
- socket-worker.php
- worker.php
- ProcessTest.php
- SignalNameTest.php
- .gitattributes
- .gitignore
- .php-cs-fixer.dist.php
- composer-require-check.json
- composer.json
- LICENSE
- phpunit.xml.dist
- psalm.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/amphp/process
Downloads the entire project code from GitHub to your computer.
cd process
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require amphp/process
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
