PHP Classes

File: includes/src/vendor/francium/process/composer.json

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/francium/process/composer.json   Download  
File: includes/src/vendor/francium/process/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: version 0.9.1 berly
Date: 7 years ago
Size: 578 bytes
 

Contents

Class file image Download
{ "name": "francium/process", "type": "library", "description": "Run Background Process with Cross Platform Support", "keywords": ["background", "process", "cross", "platform"], "homepage": "http://subinsb.com/francium/process", "license": "Apache 2.0", "authors": [ { "name": "Subin Siby", "homepage": "http://subinsb.com", "role": "Developer" } ], "autoload": { "psr-4": { "Fr\\": "src" } }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=3.7" }, "preferred-install": "dev-master" }