Download the PHP package bettergist/concurrency-helper without Composer
On this page you can find all versions of the php package bettergist/concurrency-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bettergist/concurrency-helper
More information about bettergist/concurrency-helper
Files in bettergist/concurrency-helper
Package concurrency-helper
Short Description A super simple way to concurrently run many PHP instances.
License MIT
Homepage https://github.com/hopeseekr/ConcurrencyHelper
Informations about the package concurrency-helper
ConcurrencyHelper
ConcurrencyHelper is a library for easily and efficiently running any callable via multiple parallel PHP instances.
It's aim is to substantially simplify massively parallelized operations.
Notable use cases include the Bettergist Collector project, which uses ConcurrencyHelper to massively parallize the downloads of every www.Packagist.org package, using 50-200 PHP processes.
This library requires the ext-pcntl extension.
https://github.com/bettergistco/ConcurrencyHelper
Usage
Installation
Via Composer
This library requires the ext-pcntl extension.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please take a look at contributing.md if you want to make improvements.
Credits
- Theodore R. Smith
License
MIT license. Please see the license file for more information.
All versions of concurrency-helper with dependencies
ext-pcntl Version *