• 6.0.0 75169ecb9d

    6.0.0 Stable

    kerem released this 2024-03-16 01:17:35 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Fri, 15 Mar 2024 22:36:54 GMT
    🏷️ Git tag created: Fri, 15 Mar 2024 22:17:35 GMT

    Downloads
  • 5.0.1 8ac7f056ef

    5.0.1 Stable

    kerem released this 2021-10-01 15:29:54 +03:00 | 139 commits to main since this release

    📅 Originally published on GitHub: Fri, 01 Oct 2021 12:40:45 GMT
    🏷️ Git tag created: Fri, 01 Oct 2021 12:29:54 GMT

    • added logging in the Client::sendRequest() method of CurlClient and StreamClient
    • updated PSR-3 logger dependency to allow the newer PHP8 only releases (see https://github.com/php-fig/log/pull/76)
    • removed Travis CI </3
    Downloads
  • 5.0.0 163e813d73

    5.0.0 Stable

    kerem released this 2021-04-03 03:03:36 +03:00 | 145 commits to main since this release

    📅 Originally published on GitHub: Sat, 03 Apr 2021 09:33:34 GMT
    🏷️ Git tag created: Sat, 03 Apr 2021 00:03:36 GMT

    Downloads
  • 4.0.0 c60772c50a

    4.0.0 Stable

    kerem released this 2019-11-11 00:41:59 +03:00 | 277 commits to main since this release

    📅 Originally published on GitHub: Sun, 10 Nov 2019 23:24:48 GMT
    🏷️ Git tag created: Sun, 10 Nov 2019 21:41:59 GMT

    • Major cleanup™ & moving things
      • use function/const everywhere
      • reduced complexity
      • code coverage
    • removed classes & methods
      • HTTPClientInterface
        • HTTPClientInterface::request()
    • added:
      • Psr18\LoggingClient
      • Psr18\URLExtractor
      • CurlUtils\CurlHandleInterface
      • CurlUtils\CurlMultiClient (a "Rolling-Curl" client that supports PSR-7 messages)
    • composer dependency updates

    The next major version will target PHP >= 7.4

    Downloads
  • 3.1.2 e222bdf7c6

    3.1.2 Stable

    kerem released this 2019-08-04 01:06:27 +03:00 | 360 commits to main since this release

    📅 Originally published on GitHub: Sat, 03 Aug 2019 22:30:42 GMT
    🏷️ Git tag created: Sat, 03 Aug 2019 22:06:27 GMT

    • the Psr7 message helper functions get_json(), get_xml(), message_to_string() and decompress_content() now rewind the body after reading
    • dependency updates
    • cleanup
    Downloads