1*ab8e5256SAndreas Gohr{ 2*ab8e5256SAndreas Gohr "packages": [ 3*ab8e5256SAndreas Gohr { 4*ab8e5256SAndreas Gohr "name": "splitbrain/php-archive", 5*ab8e5256SAndreas Gohr "version": "1.4.1", 6*ab8e5256SAndreas Gohr "version_normalized": "1.4.1.0", 7*ab8e5256SAndreas Gohr "source": { 8*ab8e5256SAndreas Gohr "type": "git", 9*ab8e5256SAndreas Gohr "url": "https://github.com/splitbrain/php-archive.git", 10*ab8e5256SAndreas Gohr "reference": "e45d0d9247742490ea87afc6c026f211424999c8" 11*ab8e5256SAndreas Gohr }, 12*ab8e5256SAndreas Gohr "dist": { 13*ab8e5256SAndreas Gohr "type": "zip", 14*ab8e5256SAndreas Gohr "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/e45d0d9247742490ea87afc6c026f211424999c8", 15*ab8e5256SAndreas Gohr "reference": "e45d0d9247742490ea87afc6c026f211424999c8", 16*ab8e5256SAndreas Gohr "shasum": "" 17*ab8e5256SAndreas Gohr }, 18*ab8e5256SAndreas Gohr "require": { 19*ab8e5256SAndreas Gohr "php": ">=7.0" 20*ab8e5256SAndreas Gohr }, 21*ab8e5256SAndreas Gohr "require-dev": { 22*ab8e5256SAndreas Gohr "ext-bz2": "*", 23*ab8e5256SAndreas Gohr "ext-zip": "*", 24*ab8e5256SAndreas Gohr "mikey179/vfsstream": "^1.6", 25*ab8e5256SAndreas Gohr "phpunit/phpunit": "^8" 26*ab8e5256SAndreas Gohr }, 27*ab8e5256SAndreas Gohr "suggest": { 28*ab8e5256SAndreas Gohr "ext-bz2": "For bz2 compression", 29*ab8e5256SAndreas Gohr "ext-iconv": "Used for proper filename encode handling", 30*ab8e5256SAndreas Gohr "ext-mbstring": "Can be used alternatively for handling filename encoding", 31*ab8e5256SAndreas Gohr "ext-zlib": "For zlib compression" 32*ab8e5256SAndreas Gohr }, 33*ab8e5256SAndreas Gohr "time": "2025-08-01T08:09:37+00:00", 34*ab8e5256SAndreas Gohr "type": "library", 35*ab8e5256SAndreas Gohr "installation-source": "dist", 36*ab8e5256SAndreas Gohr "autoload": { 37*ab8e5256SAndreas Gohr "psr-4": { 38*ab8e5256SAndreas Gohr "splitbrain\\PHPArchive\\": "src" 39*ab8e5256SAndreas Gohr } 40*ab8e5256SAndreas Gohr }, 41*ab8e5256SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 42*ab8e5256SAndreas Gohr "license": [ 43*ab8e5256SAndreas Gohr "MIT" 44*ab8e5256SAndreas Gohr ], 45*ab8e5256SAndreas Gohr "authors": [ 46*ab8e5256SAndreas Gohr { 47*ab8e5256SAndreas Gohr "name": "Andreas Gohr", 48*ab8e5256SAndreas Gohr "email": "andi@splitbrain.org" 49*ab8e5256SAndreas Gohr } 50*ab8e5256SAndreas Gohr ], 51*ab8e5256SAndreas Gohr "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 52*ab8e5256SAndreas Gohr "keywords": [ 53*ab8e5256SAndreas Gohr "archive", 54*ab8e5256SAndreas Gohr "extract", 55*ab8e5256SAndreas Gohr "tar", 56*ab8e5256SAndreas Gohr "unpack", 57*ab8e5256SAndreas Gohr "unzip", 58*ab8e5256SAndreas Gohr "zip" 59*ab8e5256SAndreas Gohr ], 60*ab8e5256SAndreas Gohr "support": { 61*ab8e5256SAndreas Gohr "issues": "https://github.com/splitbrain/php-archive/issues", 62*ab8e5256SAndreas Gohr "source": "https://github.com/splitbrain/php-archive/tree/1.4.1" 63*ab8e5256SAndreas Gohr }, 64*ab8e5256SAndreas Gohr "funding": [ 65*ab8e5256SAndreas Gohr { 66*ab8e5256SAndreas Gohr "url": "https://github.com/sponsors/splitbrain", 67*ab8e5256SAndreas Gohr "type": "github" 68*ab8e5256SAndreas Gohr } 69*ab8e5256SAndreas Gohr ], 70*ab8e5256SAndreas Gohr "install-path": "../splitbrain/php-archive" 71*ab8e5256SAndreas Gohr }, 72*ab8e5256SAndreas Gohr { 73*ab8e5256SAndreas Gohr "name": "splitbrain/php-cli", 74*ab8e5256SAndreas Gohr "version": "1.3.5", 75*ab8e5256SAndreas Gohr "version_normalized": "1.3.5.0", 76*ab8e5256SAndreas Gohr "source": { 77*ab8e5256SAndreas Gohr "type": "git", 78*ab8e5256SAndreas Gohr "url": "https://github.com/splitbrain/php-cli.git", 79*ab8e5256SAndreas Gohr "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37" 80*ab8e5256SAndreas Gohr }, 81*ab8e5256SAndreas Gohr "dist": { 82*ab8e5256SAndreas Gohr "type": "zip", 83*ab8e5256SAndreas Gohr "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/813410b23f9790a62620a79a4e87aed4c5c43e37", 84*ab8e5256SAndreas Gohr "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37", 85*ab8e5256SAndreas Gohr "shasum": "" 86*ab8e5256SAndreas Gohr }, 87*ab8e5256SAndreas Gohr "require": { 88*ab8e5256SAndreas Gohr "php": ">=5.3.0" 89*ab8e5256SAndreas Gohr }, 90*ab8e5256SAndreas Gohr "require-dev": { 91*ab8e5256SAndreas Gohr "phpunit/phpunit": "^8" 92*ab8e5256SAndreas Gohr }, 93*ab8e5256SAndreas Gohr "suggest": { 94*ab8e5256SAndreas Gohr "psr/log": "Allows you to make the CLI available as PSR-3 logger" 95*ab8e5256SAndreas Gohr }, 96*ab8e5256SAndreas Gohr "time": "2025-10-28T16:00:30+00:00", 97*ab8e5256SAndreas Gohr "type": "library", 98*ab8e5256SAndreas Gohr "installation-source": "dist", 99*ab8e5256SAndreas Gohr "autoload": { 100*ab8e5256SAndreas Gohr "psr-4": { 101*ab8e5256SAndreas Gohr "splitbrain\\phpcli\\": "src" 102*ab8e5256SAndreas Gohr } 103*ab8e5256SAndreas Gohr }, 104*ab8e5256SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 105*ab8e5256SAndreas Gohr "license": [ 106*ab8e5256SAndreas Gohr "MIT" 107*ab8e5256SAndreas Gohr ], 108*ab8e5256SAndreas Gohr "authors": [ 109*ab8e5256SAndreas Gohr { 110*ab8e5256SAndreas Gohr "name": "Andreas Gohr", 111*ab8e5256SAndreas Gohr "email": "andi@splitbrain.org" 112*ab8e5256SAndreas Gohr } 113*ab8e5256SAndreas Gohr ], 114*ab8e5256SAndreas Gohr "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", 115*ab8e5256SAndreas Gohr "keywords": [ 116*ab8e5256SAndreas Gohr "argparse", 117*ab8e5256SAndreas Gohr "cli", 118*ab8e5256SAndreas Gohr "command line", 119*ab8e5256SAndreas Gohr "console", 120*ab8e5256SAndreas Gohr "getopt", 121*ab8e5256SAndreas Gohr "optparse", 122*ab8e5256SAndreas Gohr "terminal" 123*ab8e5256SAndreas Gohr ], 124*ab8e5256SAndreas Gohr "support": { 125*ab8e5256SAndreas Gohr "issues": "https://github.com/splitbrain/php-cli/issues", 126*ab8e5256SAndreas Gohr "source": "https://github.com/splitbrain/php-cli/tree/1.3.5" 127*ab8e5256SAndreas Gohr }, 128*ab8e5256SAndreas Gohr "install-path": "../splitbrain/php-cli" 129*ab8e5256SAndreas Gohr } 130*ab8e5256SAndreas Gohr ], 131*ab8e5256SAndreas Gohr "dev": true, 132*ab8e5256SAndreas Gohr "dev-package-names": [] 133*ab8e5256SAndreas Gohr} 134