TomorrowIdeas / plaid-sdk-php

PHP bindings for the Plaid API
MIT License
110 stars 42 forks source link

PSR-18 Support #74

Open sylfabre opened 1 year ago

sylfabre commented 1 year ago

Hello

Your library is fantastic for using Plaid out of the box 💪

However, it forces the use of https://github.com/nimbly/Shuttle

Could you please consider simply requiring the psr/http-client-implementation and psr/http-factory-implementation virtual packages so that every application implementing Plaid is free to use whatever PSR-18 implementation they feel like?

More about it: https://jiripudil.cz/blog/do-not-bring-your-own-http-client

Thank you!

brentscheffler commented 10 months ago

Definitely a possibility.