PHPackages                             lifo/php-ipc - 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. lifo/php-ipc

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

lifo/php-ipc
============

Simple PHP Inter Process Communication (IPC) library

v2.1(8mo ago)285.5k↓33.3%5MITPHPPHP &gt;=8.0

Since Feb 2Pushed 5mo ago3 watchersCompare

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

READMEChangelog (1)DependenciesVersions (5)Used By (0)

PHP IPC Library
===============

[](#php-ipc-library)

**Inter Process Communication**

*This library is in its infancy. I am adding features to it as I require them in my other projects.*

Examples
--------

[](#examples)

### ProcessPool

[](#processpool)

The ProcessPool class provides a very simple interface to manage a list of children that return 1 or more results and exit. Each child can return any value that can be [serialized](http://php.net/serialize).

```
