Skip to content

Releases: funder7/php-http-client

4.1.0 (unofficial)

30 Oct 23:17
Compare
Choose a tag to compare
4.1.0 (unofficial) Pre-release
Pre-release

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: