mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
34 lines
1,020 B
JSON
34 lines
1,020 B
JSON
{
|
|
"name" : "pear/http_request2",
|
|
"description" : "Provides an easy way to perform HTTP requests.",
|
|
"type" : "library",
|
|
"keywords" : [ "http", "request", "pear", "curl" ],
|
|
"homepage" : "http://pear.php.net/package/HTTP_Request2",
|
|
"license" : "BSD-3-Clause",
|
|
"authors" : [
|
|
{
|
|
"name" : "Alexey Borzov",
|
|
"email" : "avb@php.net"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTTP_Request2",
|
|
"source": "https://github.com/pear/HTTP_Request2"
|
|
},
|
|
"require" : {
|
|
"php" : ">=5.2.0",
|
|
"pear/net_url2" : ">=2.0.0",
|
|
"pear/pear_exception" : "*"
|
|
},
|
|
"suggest" : {
|
|
"ext-fileinfo" : "Adds support for looking up mime-types using finfo.",
|
|
"ext-zlib" : "Allows handling gzip compressed responses.",
|
|
"lib-curl" : "Allows using cURL as a request backend.",
|
|
"lib-openssl" : "Allows handling SSL requests when not using cURL."
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTTP_Request2" : ""
|
|
}
|
|
}
|
|
}
|