Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/httpful

📯 Http Client for PHP: A Chainable, REST Friendly Wrapper for cURL.
https://github.com/voku/httpful

first working draft

1295fc4ab0d6ec391d20e49a6accdb983456cca1 authored almost 13 years ago by Zack Douglas <[email protected]>
merge with master

56bece201beeae6d80ed23a1195f7ab685dfde0c authored almost 13 years ago by Zack Douglas <[email protected]>
removing debugging comments

eafa3a560a4be92760a7a312e66cb09d2d18e808 authored almost 13 years ago by Nate Good <[email protected]>
Header parsing support added along with several minor features

- Parse headers in the Response into assoc array
- Set some additional variables on Response i...

b7c17136edd09160a8626cdf79bb4fff86f57307 authored almost 13 years ago by Nate Good <[email protected]>
adding in some mime types and mime mappings

7d580fb287e1724604a2d3fbc4b47e48c1addfb3 authored almost 13 years ago by Nate Good <[email protected]>
smarter Accepts

Don't require an expcted type
Use better default for Accepts (*/*)
Also did some formatting adju...

dd61ae46ee5093bff322aa09db7dec2770d4f081 authored almost 13 years ago by Nate Good <[email protected]>
whitespace

0cd7c3d697da183f3a8114b195d880c3ca0f542c authored almost 13 years ago by Nate Good <[email protected]>
Merge branch 'master' of github.com:nategood/httpful

5cbd485e37b757d1b7b5555743aca224dbfc17b3 authored almost 13 years ago by Nate Good <[email protected]>
Merge pull request #1 from dkilgore/master

Error_log typo

124d29f98d19214e66c5bcc211313c36652ff654 authored almost 13 years ago by Nate Good <[email protected]>
Fixed error_log typo

3035671976f0d79caa55c76e3876b96ff79d4d86 authored almost 13 years ago by U-FLCHILD\dkilgore <[email protected]>
update README.md

b1aaf49646d12da962513b2505142666cff2da7e authored almost 13 years ago by Zack Douglas <[email protected]>
whitespace

cdd41c81852f9cb6aaa71e841cb38af95ca230bf authored almost 13 years ago by Zack Douglas <[email protected]>
whitespace

653ad768ad9b8d8548c220d345f636f103cc2874 authored almost 13 years ago by Nate Good <[email protected]>
Update README.md

10bc71f9e727035e5cdd57460a12dcdc5f4000f5 authored almost 13 years ago by Nate Good <[email protected]>
whitespace

d451979c8aafd81dae66587eb3293ed88ea89293 authored almost 13 years ago by Nate Good <[email protected]>
whitespace

84abafb14b467c383f5b506d4f3919579aef9d0a authored almost 13 years ago by Nate Good <[email protected]>
update examples

f95740738296eec4bf5f7031e2c4053b64ca119a authored almost 13 years ago by Nate Good <[email protected]>
support for expects* short cut

3b19e9e34b18a3ef258e0709a342035780d7b0e0 authored almost 13 years ago by Nate Good <[email protected]>
support for expects* short cut

a44647001dfd6ec20a5818c16df72e26262d9c26 authored almost 13 years ago by Nate Good <[email protected]>
Update README.md

4e71dbfae034d5f4fa774c6564609f64f41676d7 authored almost 13 years ago by Nate Good <[email protected]>
Update the todo list on README.md

ecc968af0da4fac7c4bbac8f13813701ef9c368c authored almost 13 years ago by Nate Good <[email protected]>
Update README.md

5ae9de70b5f3d8ff9ac3c929fa59da61a518751e authored almost 13 years ago by Nate Good <[email protected]>
sends* support added

Noe instead of having to say sends(\Httpful\Mime::JSON) can just
just use sendsJson, sendsForm, e...

cced842be687c2e2bb57b6d21246fc5a37b2b4eb authored almost 13 years ago by Nate Good <[email protected]>
option to add in additional curl opts

Reluctantly added this in to allow for adding in curl options that may not be covering by the re...

cd2848a5fceba13c62a23f524f4ce35a83e36be4 authored almost 13 years ago by Nate Good <[email protected]>
added custom response parsing

Works by providing an anonymous function.
Added quick unit test.

af39fbc6d302c146301a60bfe577f0b7d6a19fe5 authored almost 13 years ago by Nate Good <[email protected]>
docs

a24db25978dbc1f0420c39dcef6bd2469694a0cc authored almost 13 years ago by Nate Good <[email protected]>
docs

c26990256f90c595f235df2e0807f6acff244891 authored almost 13 years ago by Nate Good <[email protected]>
Template docs added to README

675844e221320b615bfaf50d5fbe57c985cc4171 authored almost 13 years ago by Nate Good <[email protected]>
Improved docs

520351192767a81d8cd1eb6af6544f10b0583b02 authored almost 13 years ago by Nate Good <[email protected]>
Updating README example a tad

38908dd5543b4c1b3bc69b965bfda4053fb3e125 authored almost 13 years ago by Nate Good <[email protected]>
Type fix

52cd8b5e8c6139a5b5415fbb4f86a2a03f66dddd authored almost 13 years ago by Nate Good <[email protected]>
Cleaning whitespace and adding slightly more docs.

b49628e25ff79b72c666708454082ec58e97e1f1 authored almost 13 years ago by Nate Good <[email protected]>
Added another example: Freebase.

0f1f028d2aafa7a39d3ce4da0a7384e8907805e1 authored almost 13 years ago by Nate Good <[email protected]>
Changed name and added namespacing to the library

e7dee0ff888c7a46f892cd7413c2eac71e54ff5e authored almost 13 years ago by Nate Good <[email protected]>
Changed name and added namespacing

4818017c3444d3d0562fdc6151f6d164dcc8f07b authored almost 13 years ago by Nate Good <[email protected]>
initial commit for rest library. has basic library and tests. needs examples.

90013c5b18f9b45c7cd4c68d48be2ede8c3f289b authored almost 13 years ago by Nate Good <[email protected]>