Skip to content

Releases: tcdent/php-restclient

0.1.8.4

27 Oct 18:39

Choose a tag to compare

Bugfixes.

Improved PHP8.2 compatibility

12 Jul 16:28
abd13af

Choose a tag to compare

0.1.8.3

Version bump

PHP 8.2 support.

07 Mar 02:22
9df4964

Choose a tag to compare

Update composer.json

Packaging version bump.

Accommodate curl_exec returning false

15 Jun 01:06
3cd5691

Choose a tag to compare

PHP 7.2 & 8.1 compatibility

09 Apr 04:31

Choose a tag to compare

0.1.8

PHP 7.2 backwards compatibility, PHP 8.1 friendly.

Sane defaults for query string construction

07 Sep 20:48

Choose a tag to compare

0.1.7

Fixed a bug which was introduced when switching to `http_build_query`…

head and patch methods, simplified query serialization

16 Mar 16:24

Choose a tag to compare

Multi-everything!

25 May 00:08

Choose a tag to compare

Multiple HTTP response status messages, repeated request/response headers, and repeated request query parameters are now parsed.

0.1.4

16 May 06:11

Choose a tag to compare

Allow passing parameters as a pre-encoded string (or something that allows casting to a string). Parameters passed as strings will not be merged with parameters specified in the default options.

Update documentation with PATCH JSON recommendations.

0.1.3

14 May 20:01

Choose a tag to compare

Version bump for autoload support, installation documentation.