PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wolfy-J   roadrunner   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: roadrunner
Run multiple tasks of PHP in parallel using Golang
Author: By
Last change:
Date: 6 years ago
Size: 479 bytes
 

Contents

Class file image Download
{ "name": "spiral/roadrunner", "type": "library", "description": "High-performance PHP load balancer and process manager library for Golang", "license": "MIT", "authors": [ { "name": "Anton Titov / Wolfy-J", "email": "wolfy.jd@gmail.com" } ], "require": { "php": "^7.0", "spiral/goridge": "^2.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": { "Spiral\\RoadRunner\\": "source/" } } }