Download the PHP package vladidas/parallelphp without Composer
On this page you can find all versions of the php package vladidas/parallelphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package parallelphp
Welcome to ParrallelPHP package :)
Minimal requirements:
PHP 7.0
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:
Great, isn't it?
This package is just a decorator between AmPHP and you using Promise methods to increase ease of use.
Examples:
In the case of Laravel it can be considered as:
You can also add items using __constructor in Promise class:
All versions of parallelphp with dependencies
PHP Build Version
Package Version
The package vladidas/parallelphp contains the following files
Loading the files please wait ....