{ "$schema": "https://getcomposer.org/schema.json", "name": "codemasher/php-ext-xz", "description": "A PHP Extension providing xz (LZMA2) compression/decompression via PHP streams.", "keywords": ["php-extension", "xz", "lzma2"], "license": "PHP-3.01", "type": "php-ext", "php-ext": { "extension-name": "xz", "priority": 99 }, "authors": [ { "name": "deniyuda348" }, { "name": "udan11", "homepage": "https://github.com/udan11/php-xz" }, { "name": "smiley", "email": "smiley@chillerlan.net", "homepage": "https://github.com/codemasher" }, { "name": "Contributors", "homepage":"https://github.com/codemasher/php-ext-xz/graphs/contributors" } ], "funding": [ { "type": "Ko-Fi", "url": "https://ko-fi.com/codemasher" } ], "homepage": "https://github.com/codemasher/php-ext-xz", "support": { "issues": "https://github.com/codemasher/php-ext-xz/issues", "source": "https://github.com/codemasher/php-ext-xz" } }