PHPackages                             takuya/php-proc\_open-wrapper - 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. takuya/php-proc\_open-wrapper

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

takuya/php-proc\_open-wrapper
=============================

proc\_open wrapper to exec command.

0.4.3(1y ago)06.7k↑10.7%5GPL-3.0-or-laterPHPPHP &gt;=8.0CI passing

Since Oct 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/takuya/php-proc_open-wrapper)[ Packagist](https://packagist.org/packages/takuya/php-proc_open-wrapper)[ RSS](/packages/takuya-php-proc-open-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (5)

Run Process.
------------

[](#run-process)

Run process and run string by interpreter(ex.python,bash). and keep process long time task running.

`proc_open` is distinctive style. so I make `proc_open` EASY and friendly.

Installing
----------

[](#installing)

from packagist.

```
composer require takuya/php-proc_open-wrapper

```

from GitHub repos.

```
name='php-proc_open-wrapper'
composer config repositories.$name \
vcs https://github.com/takuya/$name
composer require takuya/$name:master
composer install
```

check installation.

sample.php

```
