You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"name": "nategood/httpful",
|
|
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
|
|
"homepage": "http://github.com/nategood/httpful",
|
|
"license": "MIT",
|
|
"keywords": ["http", "curl", "rest", "restful", "api", "requests"],
|
|
"version": "0.2.19",
|
|
"authors": [
|
|
{
|
|
"name": "Nate Good",
|
|
"email": "me@nategood.com",
|
|
"homepage": "http://nategood.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-curl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Httpful": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
}
|
|
}
|