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

Version bump

c1cd4d46a4b281229032cf39d4dd852f9887c0f6 authored about 9 years ago by Nathan <[email protected]>
Merge pull request #193 from griffy/master

Move Response building logic into separate function

ae8a698fba00042ac8b3889facdb42b596908c3b authored about 9 years ago by Nate Good <[email protected]>
Merge branch 'master' of https://github.com/nategood/httpful

2070848da9a154557b33b51fde6349d83278ca83 authored about 9 years ago by Joel Griffith <[email protected]>
Fix for frameworks that use object proxies

I'm using the Typo3 Flow framework, that creates proxies for all classes.

The proxy is create...

f5761473e3a06f91d15a4bbb6e2ac378ed215a41 authored over 9 years ago by Troels <[email protected]>
Merge pull request #201 from matsprea/patch-1

Update README.md

89513cd3920f7c333d7d44d9871929af7b589125 authored over 9 years ago by Nate Good <[email protected]>
updated the example

4411863dac255868b02f4fc20715e01b121fe340 authored over 9 years ago by Nathan <[email protected]>
Update README.md

#197 Instructions to build your phar

a73b98e9d83bd4d4aad4e9825ccab24015c7ad99 authored over 9 years ago by Matteo Spreafico <[email protected]>
Merge pull request #192 from siwinski/pr-remove-exec-bits

Remove exec bits from non-exec files

b1f65de8b85426130a90ec004bad9924a198bdb0 authored over 9 years ago by Nate Good <[email protected]>
Move Response building logic into separate function to pave the way for curl_multi_exec

f38ba7280f313583eef4c89fd2e14e5152f9bea4 authored over 9 years ago by Joel Griffith <[email protected]>
Remove exec bits from non-exec files

640de28ab5f43544eee556d1086fd11e186b9010 authored over 9 years ago by Shawn Iwinski <[email protected]>
added support for http_proxy environment variable

f736c8f1ddf718c6175a41e2feec7d8d6e3d9e69 authored over 9 years ago by Felipe Zipitría <[email protected]>
Corrected namespace

5ba05b54cc376328a42b3977b0905aeffc06b0f7 authored over 9 years ago by josch1710 <[email protected]>
Always lowercase header names.

Before header names were only lowercased when created by fromString.

fe7e64b461838b48f68aef4b096e296ca199798c authored over 9 years ago by josch1710 <[email protected]>
Update the tests

Response\Headers lowercases header names.

6d480e294ac6dbebb4bdda8eaf4f5ec8cd08f849 authored over 9 years ago by josch1710 <[email protected]>
Merge pull request #181 from TomasVotruba/patch-1

travis: PHP 5.6 and 7.0 nightly added + few improvements

56c45758cf21100c432ae478c61307a1e412fed7 authored over 9 years ago by Nate Good <[email protected]>
Merge pull request #180 from martinlindhe/master

clean up phpdoc comments

08fd8f91a9e41650c876cf5d522352e63ec551e1 authored over 9 years ago by Nate Good <[email protected]>
Update Response.php

e4a79c63dc76ad3f4e2fc7a33c52f89158505414 authored over 9 years ago by josch1710 <[email protected]>
Solves issue #170: HTTP Header parsing is inconsistent

0e38e4fdd2c490c8278a37386a7f731717472c17 authored over 9 years ago by Jochen Schäfer <[email protected]>
Merge pull request #179 from Cheezykins/master

Added case insensitivity to proxy header handler

661f801d7a7b5bcbd62beb3e1b6dd8879e2e1270 authored over 9 years ago by Nate Good <[email protected]>
Merge pull request #177 from infame-io/feature/ntlm_auth

Adding NTML Authentication

07e91061d6a3c6b74ac5a1a47f92118526ae88e5 authored over 9 years ago by Nate Good <[email protected]>
Merge pull request #169 from josch1710/master

Refining Mime type detection

6b79761af2312bb0f616aa5b04a9acd523319cba authored over 9 years ago by Nate Good <[email protected]>
travis: PHP 5.6 and 7.0 nightly added + few improvements

eb1c8d4887bfb5607646e843466723daece84e32 authored over 9 years ago by Tomáš Votruba <[email protected]>
clean up phpdoc comments

29e83d3b447df547ef4e15618adf60622a489b4b authored over 9 years ago by Martin Lindhe <[email protected]>
Added case insensitivity to proxy header handler

Currently some proxies (Fiddler2 being a notable example) send a 200
Connection Established head...

d8c2e71f68b20083e8ef5d4902897101cc928e8d authored over 9 years ago by Cheezykins <[email protected]>
Adding NTML Authentication

a88fc26790f5f79f38b36e68fa4df9f4a915cda8 authored over 9 years ago by Lauro Balderas <[email protected]>
Merge pull request #1 from josch1710/josch1710-patch-mime-detection

Refining Mime type detection

897ea4fc07ace3f3168a929f755bf93c145ac68d authored almost 10 years ago by josch1710 <[email protected]>
Refining Mime type detection

It can happen, that the Fileinfo extension can't detect the Mime type of a file.
Then, the appe...

d057f3f5c0aa5838a270379ca7ac70d025287e40 authored almost 10 years ago by josch1710 <[email protected]>
bump

bd73f89d34d8f879c54ac46eb94b0f7be1d00820 authored almost 10 years ago by Nathan <[email protected]>
Merge pull request #164 from LeviticusMB/send-callback

Added Request::beforeSend callback.

e5822e5866d35eb5c8a9baf337862bebfffd0f8a authored almost 10 years ago by Nate Good <[email protected]>
Merge pull request #166 from Bwen/master

Added which uri curl could not connect to

c9790a984c71440e2e4fae789f798c76a5fe3743 authored almost 10 years ago by Nate Good <[email protected]>
Added which uri curl could not connect to for the exception ConnectionErrorException

be2784379d841c950f7ddfb9fc4264c75180af6f authored almost 10 years ago by Philippe Guilbault <[email protected]>
Added beforeSend() test case.

fc20b2163ea2afbccb0715f1fc9919a6bd350b1f authored almost 10 years ago by Martin Blom <[email protected]>
Added Request::beforeSend callback.

Useful for computing custom headers or resolving relative URLs.

ea7bd2a6d6c0652fd6681eb9eeec39430de557d4 authored almost 10 years ago by Martin Blom <[email protected]>
version bump

437a3c57858b3e06f8a01bfb2c0e59651f3cc590 authored about 10 years ago by Nathan <[email protected]>
Merge pull request #149 from bpedro/feature/attach-with-mime-type

Discover and include mime type when attaching files.

72a808b39adf547d71c8ada8f21e09f3a3a03915 authored about 10 years ago by Nate Good <[email protected]>
Local test image is now referenced with full path.

983239576fb3876083df99c84824c9db4abef880 authored about 10 years ago by Bruno Pedro <[email protected]>
Merge pull request #156 from mikedilger/zero_headers

Tolerate HTTP status code line followed by zero header lines

6c0d64a2cc7459fced497d85ae778a4b38f477b6 authored about 10 years ago by Nate Good <[email protected]>
Tolerate HTTP status code line followed by zero header lines

c88a2fbec2f85b2e3c353968459c441b52429cf5 authored about 10 years ago by Mike Dilger <[email protected]>
Merge pull request #150 from bpedro/feature/kill-web-server-fix

Fix web server kill when the SIGKILL constant isn't available

41bc3e22fbce6a01919657c9ed3d65d338afa77a authored about 10 years ago by Nate Good <[email protected]>
Define SIGKILL if pcntl is not found.

73429486ec253d5662d06c6e24eee38368747b5b authored over 10 years ago by Bruno Pedro <[email protected]>
Now using a local test image.

00e04335b947b1879cf822491208325bb99ed750 authored over 10 years ago by Bruno Pedro <[email protected]>
Removed faker dependency.

6f0c9439133decd2464243bed614a4fb8a3625d8 authored over 10 years ago by Bruno Pedro <[email protected]>
Added composer installation.

26939aeed5324c89ea00847a98135962c8999c42 authored over 10 years ago by Bruno Pedro <[email protected]>
Added mime type discovery to the attach() method.

e10e811fdd9db4c13a5cc85d27d5aefe13576591 authored over 10 years ago by Bruno Pedro <[email protected]>
Added faker dev dependency.

f30068d82efc711bcf54db589e29a13c35ce95a9 authored over 10 years ago by Bruno Pedro <[email protected]>
Version Bump 0.2.17

7beda470b57250f60ce1b0179c5551620c3e43e6 authored over 10 years ago by Nathan <[email protected]>
Merge pull request #144 from egeloen/metadata

Add response metadata support

30e92b4838d4005abf425d57ca2dbda1b5e419b4 authored over 10 years ago by Nate Good <[email protected]>
Add response metadata support

54a3f600bf37580b1dca1e1b0d2084bdb87a1d96 authored over 10 years ago by Eric GELOEN <[email protected]>
Merge branch 'master' of https://github.com/nategood/httpful

60729a3468778b0cf20cd076c2e93afca5e6d024 authored over 10 years ago by Nathan <[email protected]>
version bump

e70fb87ba6e44487cd850741e987c6b83ebf8906 authored over 10 years ago by Nathan <[email protected]>
Merge pull request #140 from egeloen/timeout

Add support for milliseconds timeout

af736c5714f897fb51a83e84b1bd1407f9288428 authored over 10 years ago by Nate Good <[email protected]>
Add support for milliseconds timeout

c8c61bcd291dd551907c1656c4ea5db5fe4af69f authored over 10 years ago by Eric GELOEN <[email protected]>
doc typo fixed

c8b9d00f4d30019ffc6cf575455896eaaf5869b4 authored over 10 years ago by Nathan <[email protected]>
Adds support for whenError

150bfb53f6e4b78e8152e0a9ccc227bb0e3daf62 authored over 10 years ago by Nathan <[email protected]>
Update composer.json

3c1bd9fcb0b64e17b0ac3c484322158ccddaa123 authored over 10 years ago by Nate Good <[email protected]>
version bumps

b2476081e0931b4a10641878db07ab0427a54882 authored over 10 years ago by Nate Good <[email protected]>
Merge pull request #131 from grachov/use-proxy-improvement

Added support for proxy type

1776a5f93f8870de3e08e4c5a5f75934c1a3d966 authored over 10 years ago by Nate Good <[email protected]>
version bump for serialize change

4c3bc7a0f7fcd7886eef43055eddb95969fb716d authored over 10 years ago by Nate Good <[email protected]>
Merge pull request #138 from ted-sc/better_xml

better_xml_handling

1ec25aa93d52dc88302766b765f9bbd643f30ab4 authored over 10 years ago by Nate Good <[email protected]>
better_xml_handling

aae86e8d997f56ac01ad788c57c6da64d4354e88 authored over 10 years ago by Ted Zellers <[email protected]>
Added support for proxy type

5f2d46ce2cc7039809ca42649bb7f2de9e9c4332 authored over 10 years ago by Andrey Grachov <[email protected]>
version bump

e923b8e3903bc81e9300a386fff1074364fb3bc1 authored over 10 years ago by Nathan <[email protected]>
unit test fix for 5.5

7e6f08940c181e3f4f3d2f27e5085c7d3f0446fc authored over 10 years ago by Nathan <[email protected]>
target more versions of PHP

e16bce23ef338d879a2817abd67fb7c38d4d723e authored over 10 years ago by Nathan <[email protected]>
Merge branch 'dev'

d6c2befecb4c4adb35105d79c7c315f54575435d authored over 10 years ago by Nathan <[email protected]>
Better documenting the behavior of the mime parameter on body

As pointed out in Issue #119, this may produce unexpected results. The behavior of this paramete...

c430e7cede3c45f70909873ad33076a80d480400 authored over 10 years ago by Nathan <[email protected]>
syntax cleanup on aisle 5

21bdacf8c5a1ea36aeb27bd170343cbc2a74e4d3 authored over 10 years ago by Nathan <[email protected]>
Still call _error for continuity

53ed383f60992eabd570c173f97703cf54f7f5be authored over 10 years ago by Nathan <[email protected]>
Merge branch 'dev' of github.com:quixand/httpful into quixand-dev

618a32a0564eea681c725c2be989fc373fe2e37e authored over 10 years ago by Nathan <[email protected]>
Merge branch 'dev'

826846836f28d374b8a30e31a720cfaa530e2f6f authored over 10 years ago by Nathan <[email protected]>
Fix minor typos in README.md

68f72d35e9c2f4bac3bf0a66cfbaa859ff07cde5 authored over 10 years ago by Felix Kiss <[email protected]>
Better proxy request scrubbing

See [Issue 122](https://github.com/nategood/httpful/issues/122)

d485510af55995723602ec21d8516953f1a44394 authored over 10 years ago by Nathan <[email protected]>
Fix minor typos in README.md

24a481d3bc13c1c41b648c4a393bf3b5e93279d6 authored over 10 years ago by Felix Kiss <[email protected]>
send

13c171258eb289c745e3d16656db438504ca77b1 authored over 10 years ago by Nathan <[email protected]>
Merge pull request #128 from zborboa-google/patch-1

Fix typo in documentation url

580a21481799a54a53bb5cf1b21b40173ec3a9b3 authored over 10 years ago by Nate Good <[email protected]>
Fix typo in documentation url

b95d01cb64a6fcce66f96159cd250a1eeac9481d authored over 10 years ago by zborboa-google <[email protected]>
use /usr/bin/env php when building

9d66cd3c37f2945eda5f3ee57ba8bad0b617eb3d authored almost 11 years ago by Nathan <[email protected]>
Update README.md

753485d89f2be978591b69151f745bd25639a9b2 authored almost 11 years ago by Nate Good <[email protected]>
Update README.md

ed7da3edad0fa1a77434290b8fc204b36ad005c6 authored almost 11 years ago by Nate Good <[email protected]>
Merge pull request #123 from Artistan/master

Fix for new curl file upload method.

a92be3a9e54284fa9ada201de40ad008ca2bb73d authored almost 11 years ago by Nate Good <[email protected]>
Updated formating

updated the specified formatting.
Hope this helps.

9eecc29b4bac0fdeda286dc2eef6b8dd76996102 authored almost 11 years ago by Charles Peterson <[email protected]>
Fix for new curl file upload method.

http://stackoverflow.com/a/17033048/372215

9ab88d815daf39231d43b24d245470385863a840 authored almost 11 years ago by Charles Peterson <[email protected]>
Merge pull request #118 from nategood/test-server

Introduces support for the baked in PHP HTTP Server in 5.4

f4233fed4d88a0a7d25437e3a50f033d51bdfba2 authored almost 11 years ago by Nate Good <[email protected]>
Merge remote-tracking branch 'upstream/dev' into dev

49ed0876f896dd65d5fde9e90f9c9a6accaf6f24 authored almost 11 years ago by nick.fox <[email protected]>
cleaned up test for curl exception mod in commit cd87e6a

69eedb04f4761cf0abb4e13d295ad7aab5d7827d authored almost 11 years ago by Nick Fox <no>
Introduces support for the baked in PHP HTTP Server in 5.4

Pulled in from @zbuc s work in his proposed logger pull request
Requires PHP 5.4 but this can no...

46a1e3392bb9ec95c73cfb832e30642c855840de authored almost 11 years ago by Nathan <[email protected]>
Add a Bitdeli badge to README

3abcc1784f0e0e89c6527cbf9b16a1d4fcadad93 authored almost 11 years ago by Bitdeli Chef <[email protected]>
Merge pull request #116 from bitdeli-chef/master

Add a Bitdeli Badge to README

a6eb354e669bd5ef81ed912b177e3b910eee4225 authored almost 11 years ago by Nate Good <[email protected]>
Merge pull request #115 from felixkiss/dev

Fix minor typos in README.md

a31146b0254c8194b0cc1a2d58a045a1b10b7331 authored almost 11 years ago by Nate Good <[email protected]>
Fix minor typos in README.md

b068ae675c49cd751abc4b2e74006389361ad5d4 authored almost 11 years ago by Felix Kiss <[email protected]>
Update README.md

dca30dcce59b2f64e0bf8e91029ff43f46bc7ed8 authored almost 11 years ago by Nate Good <[email protected]>
Merge pull request #109 from mishak87/patch-1

Typo in called function name

3fae8a1dd30d49cc5b9c1371a2fc94166e943f2a authored about 11 years ago by Nate Good <[email protected]>
Typo in called function name

47c7b67e20d7ff3313345b65acfc430c2bc1d53d authored about 11 years ago by Michal Gebauer <[email protected]>
Merge pull request #104 from quafzi/fix-json-null-response

Fix JSON parsing of body "null" response

31550c4ab519cf992981b08fc7368d3dbb4e1528 authored about 11 years ago by Nate Good <[email protected]>
removed call to error_log and added detail exception output from curl execute to capturing exception

cd87e6a3aa84cdbb13a2d3f9974d6887c43be59a authored about 11 years ago by nick.fox <[email protected]>
Allow unittest to be run with older PHP versions

7f0525a8b55fd2c9c67bb368c16bd4d1f7681331 authored about 11 years ago by Thomas Birke <[email protected]>
Merge pull request #103 from Kamislav/master

Handle also CURLOPT_SSL_VERIFYHOST for strictSsl mode

b5597ed6530b24d6613f427b305721f4126541fd authored about 11 years ago by Nate Good <[email protected]>
Fix JSON parsing of body "null" response

79bcc03628b08de8431e2b9b282929275775bd2c authored about 11 years ago by Thomas Birke <[email protected]>
Handle also CURLOPT_SSL_VERIFYHOST for strictSsl mode

2dfebf7a8473dbd647315839a39a7665da07dd7e authored about 11 years ago by Martin VyÅ¡ohlíd <[email protected]>
Merge pull request #100 from bauer01/connection

close cURL resource, and free up system resources automatically

a75197e5d21fc8a4d971587e4ef80f441408a792 authored about 11 years ago by Nate Good <[email protected]>