thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.66k stars 752 forks source link

Replace GuzzleHttp with PSR-18 HTTP Clients #1032

Open flavioheleno opened 4 months ago

flavioheleno commented 4 months ago

This pull request replaces the Guzzle HTTP Client with PSR 17 and 18 interfaces. Closes #1019.

Changes to Dependencies:

Changes to the AbstractProvider Class:

Removal of the RequestFactory Class:

verfriemelt-dot-org commented 1 day ago

what needs to happen to move forward with this? :)

verfriemelt-dot-org commented 20 hours ago

i tested this with my application and can confirm that everything is working as expected so far for me :+1: