Skip to content

Releases: trane77/php-http-client

4.1.0 (unofficial)

4.1.0 (unofficial) Pre-release
Pre-release

Choose a tag to compare

@trane77 trane77 released this 30 Oct 23:17

Includes:

  • Add "emails" method
  • Support for versioned endpoints (e.g. https://X/path/endpoint/2.0/action)

Usage (composer.json)

This is not an official release!
You need to configure an external repository in your composer.json, then use this repo as source for php-http-client package.

Go for it:

{
  "repositories": [
	{
	  "type":   "vcs",
	  "url":    "https://github.com/funder7/php-http-client"
	}
  ],
  "require":      {
	"sendgrid/php-http-client": "dev-development as 3.11.0"
  }
}

Please upvote these two PRs to have it merged in the official repository: