PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   MultiOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MultiOne
Execute many tasks in parallel using JavaScript
Author: By
Last change:
Date: 3 days ago
Size: 550 bytes
 

Contents

Class file image Download
{ "name": "eftec/multione", "type": "library", "description": "A multi process library using PHP", "keywords": [ "multiprocess", "php" ], "homepage": "https://github.com/EFTEC/MultiOne", "minimum-stability": "beta", "license": "MIT", "autoload": { "psr-4": { "Eftec\\MultiOne\\": "src/" } }, "authors": [ { "name": "jorgecc", "homepage": "https://github.com/EFTEC/" } ], "require": { "ext-json": "*" } }