PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Executable Script Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Executable Script Generator
Generate shell scripts that can execute PHP code
Author: By
Last change:
Date: 1 year ago
Size: 1,037 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_cli_environment", "description": "free as in freedom command line environment for php creating lean command line executable files", "keywords": [ "bazzline", "php", "component", "free as in freedom", "lgpl", "lean", "command line", "cli", "console", "environment" ], "type": "library", "bin": [ "bin/net_bazzline_create_executable_command_line_file" ], "require": { "net_bazzline/php_component_cli_arguments": "1.4.*", "net_bazzline/php_component_toolbox": ">=1.5", "php": ">=5.3.3" }, "license": "LGPLv3", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Cli\\Environment\\": "source/" } } }