PHPackages                             xthukuh/process - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xthukuh/process

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xthukuh/process
===============

A simple php proc\_open wrapper class. Supports running background process on windows/linux, get child process pid buffer output among other functions.

1.0.0(4y ago)03GNU General Public License v3.0PHPPHP &gt;=5.3.0

Since Apr 29Pushed 4y agoCompare

[ Source](https://github.com/xthukuh/process)[ Packagist](https://packagist.org/packages/xthukuh/process)[ RSS](/packages/xthukuh-process/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

xthukuh\\Process
================

[](#xthukuhprocess)

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
=======

[](#package)

Installation

- `composer require xthukuh/process`

Minimum requirements:

- PHP Version &gt;= 5.3.0
- Requires [Composer](https://getcomposer.org/download/)

Project
=======

[](#project)

You can fork and add improvements.

- `git clone https://github.com/xthukuh/process.git`
- `composer install`
- `./vendor/bin/phpunit tests --testdox`

Usage
=====

[](#usage)

After the package has been installed...

- `use xthukuh\Process`;
- [Process test example (*autoload*).](../../tree/main/tests/Feature/ProcessTest.php)
- [Process example (*include*).](../../tree/main/example.php)
- [Process background example (*include*).](../../tree/main/example.php)

```
