PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   PHP Supervisor Process Dashboard   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Supervisor Process Dashboard
Monitor and control processes running on a servers
Author: By
Last change: Updated dependencies.
Date: 4 years ago
Size: 918 bytes
 

Contents

Class file image Download
{ "name": "lagdo/jaxon-supervisor", "type": "library", "description": "Supervisor dashboard based on the Jaxon Ajax library", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/lagdo/jaxon-supervisor", "license": "BSD-3-Clause", "keywords": ["Supervisor", "Dashboard", "Jaxon", "Ajax"], "support": { "issues": "https://github.com/lagdo/jaxon-supervisor/issues", "source": "https://github.com/lagdo/jaxon-supervisor" }, "require": { "jaxon-php/jaxon-core": "^3.1", "jaxon-php/jaxon-latte": "^3.0", "supervisorphp/supervisor": "^3.0", "lstrojny/fxmlrpc": "0.10.0", "php-http/guzzle6-adapter": "*", "egeloen/http-adapter": "*" }, "autoload": { "psr-4": { "Lagdo\\Supervisor\\": "src/", "Lagdo\\Supervisor\\Ajax\\": "ajax/" } } }