PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ladislav Vondracek   Parex   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Parex
Parse command line values with a few lines of code
Author: By
Last change:
Date: 25 days ago
Size: 844 bytes
 

Contents

Class file image Download
{ "name": "lawondyss/parex", "description": "Lightweight PHP library for parsing terminal commands using PHP native options processing", "type": "library", "version": "1.2.1", "keywords": [ "php", "cli", "terminal", "parser", "command-parser", "shell" ], "authors": [ { "name": "Ladislav Vondrá?ek", "email": "lad.von@gmail.com", "homepage": "https://www.lawondyss.cz" } ], "license": "MIT", "require": { "php": "^8.2" }, "require-dev": { "phpstan/phpstan": "^2.1", "friendsofphp/php-cs-fixer": "3.69", "tracy/tracy": "^2.10" }, "autoload": { "psr-4": { "Lawondyss\\Parex\\": "src/" } }, "scripts": { "phpstan": "phpstan analyse -l 5 src/", "phpcsfix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --allow-risky yes" } }