Download the PHP package tohidplus/paravel without Composer
On this page you can find all versions of the php package tohidplus/paravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tohidplus/paravel
More information about tohidplus/paravel
Files in tohidplus/paravel
Download tohidplus/paravel
More information about tohidplus/paravel
Files in tohidplus/paravel
Vendor tohidplus
Package paravel
Short Description A package to run anonymous functions in parallel
License MIT
Package paravel
Short Description A package to run anonymous functions in parallel
License MIT
Please rate this library. Is it a good library?
Informations about the package paravel
Parallel and Asynchronous functions in Laravel
A Laravel package to run anonymous functions in parallel or asynchronously without need to install any extension.
Installation
Laravel
Publish the config file
Lumen
Copy the config file paravel.php
from vendor/tohidplus/paravel
to config
directory and configure it in bootstrap/app.php
Configuration
- Make sure the
artisan
path is correct.
Basic example
Run functions in background
Helper methods
Notice: Paravel comes with 100 milliseconds overhead by default. So before starting to use this package make sure the total execution time of processes is over 100ms.
Contribution
Please feel free to open issues or have contribution.
All versions of paravel with dependencies
PHP Build Version
Package Version
Requires
jeremeamia/superclosure Version
^2.4
The package tohidplus/paravel contains the following files
Loading the files please wait ....