zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Allow any PSR-17 and PSR-18 implementation to be used #501

Closed LordSimal closed 7 months ago

LordSimal commented 1 year ago

It would be nice to not require guzzlehttp/guzzle and allow any PSR-17 implementation and PSR-18 implementation to be used as a HTTP factory and HTTP client for this SDK

Is this something you would be open to adjust in this SDK? Or are you already using guzzle specific features that are not defined in either PSR standard?