PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   Threadator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Threadator
Create threads and send messages between them
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 613 bytes
 

Contents

Class file image Download
{ "name": "alexanderc/threadator", "description": "Thread[ator] is an attempt to build an decent library for multithreading in PHP", "minimum-stability": "stable", "license": "Apache-2.0", "authors": [ { "name": "AlexanderC", "email": "self@alexanderc.me" } ], "require": { "php": ">=5.5", "ext-posix": "*", "ext-pcntl": "*" }, "suggest": { "ext-redis": "You may need it when using Redis communication driver" }, "autoload": { "psr-4": { "Threadator\\": "src" } } }