PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   async   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: async
Run code asynchronously using the PHP program
Author: By
Last change:
Date: 6 years ago
Size: 540 bytes
 

Contents

Class file image Download
{ "name": "krowinski/async", "description": "Run php closure asynchronously", "keywords": [ "php", "async" ], "type": "library", "require": { "php": ">=5.6", "ext-pcntl": "*", "symfony/process": "^3.4", "symfony/console": "^3.4", "jeremeamia/superclosure": "^2.3" }, "license": "MIT", "authors": [ { "name": "Kacper Rowi?ski", "email": "kacper.rowinski@gmail.com" } ], "autoload": { "psr-4": { "Async\\": "src/Async/" } }, "minimum-stability": "stable" }