Skip to content

GuzzleHttp to PSR-18 compatible client#397

Open
Tuğrul Topuz (tugrul) wants to merge 1 commit intopaypay:masterfrom
tugrul:master
Open

GuzzleHttp to PSR-18 compatible client#397
Tuğrul Topuz (tugrul) wants to merge 1 commit intopaypay:masterfrom
tugrul:master

Conversation

@tugrul
Copy link

Refactored the HTTP layer to use a PSR-18 compatible client instead of being tightly coupled to Guzzle.

  • Replaces direct Guzzle usage with PSR-18 interfaces
  • Decouples the library from a specific HTTP client implementation
  • Allows consumers to use custom HTTP clients (e.g. Symfony HttpClient) instead of Guzzle
  • Improves flexibility and interoperability within the PHP ecosystem

Refactored the HTTP layer to use a PSR-18 compatible client instead of being tightly coupled to Guzzle.

- Replaces direct Guzzle usage with PSR-18 interfaces
- Decouples the library from a specific HTTP client implementation
- Allows consumers to use custom HTTP clients (e.g. Symfony HttpClient) instead of Guzzle
- Improves flexibility and interoperability within the PHP ecosystem
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants