Download the PHP package xthukuh/process without Composer
On this page you can find all versions of the php package xthukuh/process. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xthukuh/process
More information about xthukuh/process
Files in xthukuh/process
Download xthukuh/process
More information about xthukuh/process
Files in xthukuh/process
Vendor xthukuh
Package process
Short Description A simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
License GNU General Public License v3.0
Package process
Short Description A simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
License GNU General Public License v3.0
Please rate this library. Is it a good library?
Informations about the package process
xthukuh\Process
This is a simple php proc_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.
Package
Installation
composer require xthukuh/process
Minimum requirements:
- PHP Version >= 5.3.0
- Requires Composer
Project
You can fork and add improvements.
git clone https://github.com/xthukuh/process.gitcomposer install./vendor/bin/phpunit tests --testdox
Usage
After the package has been installed...
use xthukuh\Process;- Process test example (autoload).
- Process example (include).
- Process background example (include).
NOTE: Read Inline documentation to find out more about each method and its parameters.
#
💖 By Thuku Wanjiku. Enjoy!
All versions of process with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package xthukuh/process contains the following files
Loading the files please wait ...