PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel Martinez   Forker PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Forker PHP
Split tasks into multiple forked processes
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 657 bytes
 

Contents

Class file image Download
{ "name": "danibrutal/forker", "description": "A structured , safe, and easiest way to perform tasks parallely in PHP", "keywords": ["fork", "pcntl_fork", "parallel", "process", "tasks"], "homepage": "http://github.com/danibrutal/Forker", "license": "MIT", "authors": [ { "name": "Daniel Martinez", "email": "danimartcas@hotmail.com", "homepage": "http://testdouble.es", "role": "Developer" } ], "require": { "php": ">=5.3.0", "mikey179/vfsStream": "v1.2.0" }, "autoload": { "psr-0": { "Forker": "src" } } }