PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexandre Sinício   PHP Async Executor   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Async Executor
Run PHP scripts in parallel using the CLI version
Author: By
Last change:
Date: 2 years ago
Size: 213 bytes
 

Contents

Class file image Download
{ "name" : "alesinicio/asyncexecutor", "autoload" : { "psr-4" : { "alesinicio\\AsyncExecutor\\" : "src/" } }, "require" : { "psr/log" : "~1.1" }, "require-dev" : { "phpstan/phpstan" : "~0.12" } }