Skip to content

Releases: sylouuu/php-curl

0.8.1

25 Aug 15:38
Compare
Choose a tag to compare
  • fixed invalid content-length in case of no data provided

0.8.0

03 Jul 13:23
Compare
Choose a tag to compare
  • added is_payload option to perform a request with JSON-encoded data
  • fixed ssl option

0.7.1

23 Oct 16:25
Compare
Choose a tag to compare
  • fixed Post() which didn't send data in some cases

0.7.0

01 Aug 13:09
Compare
Choose a tag to compare
  • moved from psr-0 autoload to psr-4
  • added Method directory, then methods are now in \sylouuu\Curl\Method\

0.6.1

30 May 09:24
Compare
Choose a tag to compare
  • removed exception when data option is not specified for Post Put and Patch

0.6.0

22 May 09:12
Compare
Choose a tag to compare
  • moved url option to the first constructor parameter

0.5.0

20 May 12:31
Compare
Choose a tag to compare
updated minimum stability

0.5.0-rc1

20 May 12:24
Compare
Choose a tag to compare
0.5.0-rc1 Pre-release
Pre-release
  • Refactored
  • Added features

0.4.0

13 May 12:42
Compare
Choose a tag to compare
  • renamed RESTClient.class.php to RESTClient.php
  • moved RESTClient.php to /src
  • moved RESTClientTest.php to /tests
  • added HEAD, OPTIONS and PATCH support
  • added getHeader method
  • renamed getJSON to getResponse
  • removed JSON validation
  • added sylouuu namespace
  • removed gulp

0.3.0

09 May 08:54
Compare
Choose a tag to compare
  • added ssl option