Skip to content

Releases: programmatordev/php-api-sdk

v3.0.0

Choose a tag to compare

@andrepimpao andrepimpao released this 21 Jun 15:31
7f59e5a

PHP API SDK 3.0

Version 3.0 is a full architecture refresh focused on making API SDK authoring more fluent, compact, and flexible.

This release is not a mechanical upgrade from 2.x. Most SDKs should be reshaped around the new authoring model instead of replacing old calls one by one. See UPGRADE-3.0.md for the high-level changes.

What Changed

  • SDK authoring now centers on Api, Resource, Endpoint, Response, EntityInterface, and EnvelopeInterface.
  • Resource methods now build requests through endpoint().
  • Response mapping now uses entity(), collection(), and envelope().
  • Response decoding now lives under responses().
  • Error handling now lives under errors().
  • SDK-user customization now goes through setup().
  • send() remains public as an escape hatch for unmodeled endpoints.
  • PSR-18, PSR-17, PSR-6, PSR-3, HTTPlug authentication, plugins, hooks, defaults, and response/error behavior remain part of the package through the new architecture.
  • Endpoint-specific cache defaults and resource-level cache overrides are now supported.
  • Default cache TTL is now 3600 seconds.

Upgrade Notes

This is a major release with breaking API changes. Review:

before updating an existing SDK.

v2.1.1

Choose a tag to compare

@andrepimpao andrepimpao released this 16 Dec 16:47
8fb76a8

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@andrepimpao andrepimpao released this 03 Nov 11:15
5289dad

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@andrepimpao andrepimpao released this 12 Oct 15:03
8cf3b70

What's Changed

Breaking Changes

Full Changelog: v1.0.1...v2.0.0

v1.0.1

Choose a tag to compare

@andrepimpao andrepimpao released this 29 May 11:58
4a6d765

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@andrepimpao andrepimpao released this 28 May 13:46
fbe1bb0

Stable release! 🔥

v0.3.0

Choose a tag to compare

@andrepimpao andrepimpao released this 27 May 17:57
ef7821f

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@andrepimpao andrepimpao released this 03 May 11:34
a661c32

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@andrepimpao andrepimpao released this 15 Mar 19:29
60cb0a7

Initial release! 🔥