Skip to content

Releases: Dylan-DPC-zz/guzzle-client

Update to 5.7

11 Oct 15:02
Compare
Choose a tag to compare
v0.4.2

update version of illuminate/support to 5.7 (#32)

Add `request` method

25 Mar 11:15
Compare
Choose a tag to compare

Add a request method for HTTP verb #31

Move to cleaner API

24 Mar 12:06
18224b8
Compare
Choose a tag to compare
  • API is changed to a new cleaner API
  • Config is removed.
  • Check readme for latest API

Laravel 5.6 support added

10 Feb 17:46
d5e1ce0
Compare
Choose a tag to compare
v0.3.4

Update composer.json

Debug Mode added, other improvements

28 Oct 20:29
Compare
Choose a tag to compare

#25 Debugging mode added
#26 Other formatting and return types
send params changed to nullable with null defaults
(by @jordyvandomselaar)

Travis integration added

Enhancements

18 Oct 14:47
Compare
Choose a tag to compare

Readme added
StyleCI added
Docblocks added
tests added

Options added for form_params & json

01 Oct 12:08
Compare
Choose a tag to compare

Options added for form_params, json for body
docblocs added
stream typecasted to string

Response split to content & json

05 Sep 15:56
Compare
Choose a tag to compare

⚠️ Response changed to content & json

Laravel 5.5 support

30 Aug 20:41
Compare
Choose a tag to compare
  • Laravel 5.5 support
  • Response is json_decoded

Simple Client Release

22 Aug 11:57
Compare
Choose a tag to compare
namespace bug fixed for client

function pulled to interface