| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "nategood/httpful", |
| 4 |
"version": "0.2.20", |
| 5 |
"version_normalized": "0.2.20.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/nategood/httpful.git", |
| 9 |
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6", |
| 14 |
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"ext-curl": "*", |
| 19 |
"php": ">=5.3" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"phpunit/phpunit": "*" |
| 23 |
}, |
| 24 |
"time": "2015-10-26 16:11:30", |
| 25 |
"type": "library", |
| 26 |
"installation-source": "dist", |
| 27 |
"autoload": { |
| 28 |
"psr-0": { |
| 29 |
"Httpful": "src/" |
| 30 |
} |
| 31 |
}, |
| 32 |
"notification-url": "https://packagist.org/downloads/", |
| 33 |
"license": [ |
| 34 |
"MIT" |
| 35 |
], |
| 36 |
"authors": [ |
| 37 |
{ |
| 38 |
"name": "Nate Good", |
| 39 |
"email": "me@nategood.com", |
| 40 |
"homepage": "http://nategood.com" |
| 41 |
} |
| 42 |
], |
| 43 |
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client", |
| 44 |
"homepage": "http://github.com/nategood/httpful", |
| 45 |
"keywords": [ |
| 46 |
"api", |
| 47 |
"curl", |
| 48 |
"http", |
| 49 |
"requests", |
| 50 |
"rest", |
| 51 |
"restful" |
| 52 |
] |
| 53 |
} |
| 54 |
] |
| 55 |
|