Skip to content

Releases: Mateodioev/request

Fixer rules

10 Jan 04:45

Choose a tag to compare

  • Add static method GET and POST in Request
  • Apply php-cs-fixer
  • Add method getAllHeaders in RequestResponse class

Full Changelog: v2.1.2...v2.2

Add method create

26 Oct 19:34
169bec0

Choose a tag to compare

v2.1.1: fixed errno curl

04 Oct 04:28
1940eb2

Choose a tag to compare

Curl correct error number

Change body default stdClass

30 Sep 18:19

Choose a tag to compare

Request

  • Add methods addHeaders

RequestResponse

  • Now body is type Mateodioev\Utils\fakeStdClass when call method toJson(asociative: false)
  • Add method getInfo
  • Add curl info to debug

Full Changelog: v2.0...v2.1

Refactored Code

27 Jul 17:20

Choose a tag to compare

  • Remove most of non-static methods

  • Add class RequestResponse and Exceptions RequestException, ResponseException

Dependencies added

01 Jul 04:04

Choose a tag to compare

  • Add mateodioev/utils v1.2.1
  • Change Exceptions name

First release

16 Jun 05:50
d2c9ac9

Choose a tag to compare

v1.0

Fixed null