PHPackages                             takuya/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. takuya/process

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

takuya/process
==============

php proc\_open wrapper class for shell command process management.

1.3.6(5y ago)69.5k—0%4[5 issues](https://github.com/takuya/php-process/issues)5GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Mar 14Pushed 1y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (15)Used By (5)

php-Process for proc\_open
==========================

[](#php-process-for-proc_open)

The Process class component executes command in proc\_open.

NEW packages -&gt; [php-Process-exec](https://github.com/takuya/php-process-exec)
=================================================================================

[](#new-packages---php-process-exec)

Caution !
---------

[](#caution-)

I re-write this package and split into two package.

- [php-Process](https://github.com/takuya/php-process-exec) Process handler class
- [ProcOpen](https://github.com/takuya/php-proc_open-wrapper) proc\_open wrapper class

please use these class. instead of using this packages.

This package intended to be used as SINGLE-FILE not complicated composer package.

Sample
------

[](#sample)

```
