PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Henrik Skov   Network Tools Queued   composer.json   Download  
File: composer.json
Role: Configuration script
Content typex: text/plain
Description: composer json
Class: Network Tools Queued
Asynchronous diagnostics to test Internet services
Author: By
Last change:
Date: 16 days ago
Size: 604 bytes
 

Contents

Class file image Download
{
        "name": "hsk/networktools-queued",
        "description": "Version of this class: https://www.phpclasses.org/package/13624-PHP-Perform-diagnostics-of-access-to-Internet-services.html#links that supports concurrency",
        "type": "library",
        "require": {
                "ext-swoole": "*",
                "laravel/prompts": "^0.3.7",
                "kevinlebrun/colors.php": "^1.0"
        },
        "authors": [
                {
                        "name": "Henrik Skov",
                        "email": "[email protected]"
                }
        ]
}