- Implemented the X13Webp class with core functionalities for converting images to WebP format. - Added support for different PHP versions and defined constants for versioning. - Included translation strings for various user interface elements and messages. - Created XML file for module versioning.
459 lines
16 KiB
JSON
459 lines
16 KiB
JSON
[
|
|
{
|
|
"name": "rosell-dk/exec-with-fallback",
|
|
"version": "1.2.0",
|
|
"version_normalized": "1.2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/exec-with-fallback.git",
|
|
"reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/exec-with-fallback/zipball/f88a6b29abd0b580566056b7c1eb0434eb5db20d",
|
|
"reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
|
|
},
|
|
"time": "2021-12-08T12:09:43+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ExecWithFallback\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "An exec() with fallback to emulations (proc_open, etc)",
|
|
"keywords": [
|
|
"command",
|
|
"exec",
|
|
"fallback",
|
|
"open_proc",
|
|
"resiliant",
|
|
"sturdy"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rosell-dk/file-util",
|
|
"version": "0.1.1",
|
|
"version_normalized": "0.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/file-util.git",
|
|
"reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/file-util/zipball/2ff895308c37f448b34b031cfbfd8e45f43936fd",
|
|
"reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"rosell-dk/exec-with-fallback": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-19T10:12:31+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FileUtil\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Functions for dealing with files and paths",
|
|
"keywords": [
|
|
"files",
|
|
"path",
|
|
"util"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rosell-dk/image-mime-type-guesser",
|
|
"version": "1.1.1",
|
|
"version_normalized": "1.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/image-mime-type-guesser.git",
|
|
"reference": "72f7040e95a78937ae2edece452530224fcacea6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/72f7040e95a78937ae2edece452530224fcacea6",
|
|
"reference": "72f7040e95a78937ae2edece452530224fcacea6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0",
|
|
"rosell-dk/image-mime-type-sniffer": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-05-19T09:57:15+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ImageMimeTypeGuesser\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Guess mime type of images",
|
|
"keywords": [
|
|
"image",
|
|
"images",
|
|
"mime",
|
|
"mime type"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rosell-dk/image-mime-type-sniffer",
|
|
"version": "1.1.1",
|
|
"version_normalized": "1.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/image-mime-type-sniffer.git",
|
|
"reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/image-mime-type-sniffer/zipball/9ed14cc5d2c14c417660a4dd1946b5f056494691",
|
|
"reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-20T14:31:25+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ImageMimeTypeSniffer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Sniff mime type (images only)",
|
|
"keywords": [
|
|
"image",
|
|
"images",
|
|
"mime",
|
|
"mime type"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rosell-dk/locate-binaries",
|
|
"version": "1.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/locate-binaries.git",
|
|
"reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/locate-binaries/zipball/bd2f493383ecd55aa519828dd2898e30f3b9cbb0",
|
|
"reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"rosell-dk/exec-with-fallback": "^1.0.0",
|
|
"rosell-dk/file-util": "^0.1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-20T07:20:07+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LocateBinaries\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Locate a binaries by means of exec() or similar",
|
|
"keywords": [
|
|
"binary",
|
|
"discover",
|
|
"locate",
|
|
"whereis",
|
|
"which"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "rosell-dk/webp-convert",
|
|
"version": "2.9.2",
|
|
"version_normalized": "2.9.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/webp-convert.git",
|
|
"reference": "5ccba85ebe3b28ae229459fd0baed25314616ac9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/5ccba85ebe3b28ae229459fd0baed25314616ac9",
|
|
"reference": "5ccba85ebe3b28ae229459fd0baed25314616ac9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0",
|
|
"rosell-dk/exec-with-fallback": "^1.0.0",
|
|
"rosell-dk/image-mime-type-guesser": "^1.1.1",
|
|
"rosell-dk/locate-binaries": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-vips": "to use Vips extension for converting.",
|
|
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
|
|
},
|
|
"time": "2022-05-19T13:56:36+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebPConvert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
},
|
|
{
|
|
"name": "Martin Folkers",
|
|
"homepage": "https://twobrain.io",
|
|
"role": "Collaborator"
|
|
}
|
|
],
|
|
"description": "Convert JPEG & PNG to WebP with PHP",
|
|
"keywords": [
|
|
"Webp",
|
|
"cwebp",
|
|
"gd",
|
|
"image conversion",
|
|
"images",
|
|
"imagick",
|
|
"jpg",
|
|
"jpg2webp",
|
|
"png",
|
|
"png2webp"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
]
|
|
}
|
|
]
|