guzzle @ v3.7.4
integrity
- size
- 652.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzle/guzzle
release notes
- Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430)
- Bug fix: SchemaFormatter now returns an integer when formatting to a Unix timestamp (see https://github.com/aws/aws-sdk-php/issues/147)
- Bug fix: Cleaned up and fixed URL dot segment removal to properly resolve internal dots
- Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420) Updated the bundled cacert.pem (#419)
- OauthPlugin now supports adding authentication to headers or query string (#425)
download
unix · zip
curl -fL -o v3.7.4.zip https://ratatoskr.space/pkg/guzzle/v3.7.4.zip
printf '%s %s\n' '7592d520b85b785bcfde0a235713acacf3d2fa264dfa226599797e25f516998c' 'v3.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/v3.7.4.zip"
$out = "v3.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7592d520b85b785bcfde0a235713acacf3d2fa264dfa226599797e25f516998c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.7.4.tar.gz https://ratatoskr.space/pkg/guzzle/v3.7.4.tar.gz
printf '%s %s\n' '3ba8972296558d7fcc28ac045ac4a1f6099c94f5570004dcd20bba760867bf8a' 'v3.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/v3.7.4.tar.gz"
$out = "v3.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3ba8972296558d7fcc28ac045ac4a1f6099c94f5570004dcd20bba760867bf8a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.zip
printf '%s %s\n' '7592d520b85b785bcfde0a235713acacf3d2fa264dfa226599797e25f516998c' 'v3.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.zip"
$out = "v3.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7592d520b85b785bcfde0a235713acacf3d2fa264dfa226599797e25f516998c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.tar.gz
printf '%s %s\n' '3ba8972296558d7fcc28ac045ac4a1f6099c94f5570004dcd20bba760867bf8a' 'v3.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.tar.gz"
$out = "v3.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3ba8972296558d7fcc28ac045ac4a1f6099c94f5570004dcd20bba760867bf8a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.7.4.zip | zip | 645.3 KiB |
blake3-24 c631e265989051091fa9943519ad1b6f2a48b74cdae7a3b5
sha256 7592d520b85b785bcfde0a235713acacf3d2fa264dfa226599797e25f516998c
sha1 e50af8d2fe25f864d402b9eca1dfc8e3b77d4b53
|
| v3.7.4.tar.gz | tar.gz | 429.3 KiB |
blake3-24 b98ac97ea2c3504acd93360763f97cdfaf444ae84de2117b
sha256 3ba8972296558d7fcc28ac045ac4a1f6099c94f5570004dcd20bba760867bf8a
sha1 6ec2601b7793d4c024d7e0e3bddc1d099c08d055
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/v3.7.4.tar.gz"],
integrity = "sha256-O6iXIpZVjX/MKKwEWsSh9gmclPVXAATc0gu6dghnv4o=",
strip_prefix = "guzzle-v3.7.4",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/v3.7.4.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzle/guzzle:v3.7.4
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.tar.gz"],
integrity = "sha256-O6iXIpZVjX/MKKwEWsSh9gmclPVXAATc0gu6dghnv4o=",
strip_prefix = "guzzle-v3.7.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/v3.7.4.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzle/guzzle:v3.7.4