Download the PHP package n-singularity/async without Composer
On this page you can find all versions of the php package n-singularity/async. 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 async
About
this is a simple package for asynchronous laravel. Each task will be stored in the cache, and then will be executed in parallel with php artisan cli.
Setup
The preferred way to install this extension is through composer:
After updating composer, add the ServiceProvider to the providers array in config/app.php
Basic Usage
This package supports three types of functions that can be run in parallel:
1. Global Function
2. Function of Object
3. Object (must inplements AsyncableClassInterface)
Get Response From Async
All versions of async with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7
illuminate/config Version ^6.0
illuminate/contracts Version ^6.0
illuminate/console Version ^6.0
illuminate/cache Version ^6.0
illuminate/config Version ^6.0
illuminate/contracts Version ^6.0
illuminate/console Version ^6.0
illuminate/cache Version ^6.0
The package n-singularity/async contains the following files
Loading the files please wait ....