PHPackages                             vladidas/parallelphp - 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. vladidas/parallelphp

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

vladidas/parallelphp
====================

Running PHP functions in parallel thread without blocking.

1.0.0(6y ago)48MITPHPPHP ^7.0CI failing

Since Mar 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vladidas/parallelphp)[ Packagist](https://packagist.org/packages/vladidas/parallelphp)[ RSS](/packages/vladidas-parallelphp/feed)WikiDiscussions master Synced 1w ago

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

Welcome to ParrallelPHP package :)
----------------------------------

[](#welcome-to-parrallelphp-package-)

### Minimal requirements:

[](#minimal-requirements)

> PHP 7.0

### A few words about the package:

[](#a-few-words-about-the-package)

This package allows you to call functions and execute them in parallel without waiting for the previous one to complete. This allows you to speed up the execution of the script as a whole.

### For example:

[](#for-example)

```
