[PR #88] [MERGED] PSR-18 HTTP Client | PSR-3 logger support #206

Closed
opened 2026-03-03 15:43:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/88
Author: @nuryagdym
Created: 9/3/2022
Status: Merged
Merged: 9/3/2022
Merged by: @nuryagdym

Base: masterHead: psr-logger-integration


📝 Commits (10+)

  • 9aefc73 added deprecation notes
  • 999faba removed deprecated code
  • 8712688 installed PSR-3 logger
  • e6f2170 integrated logger into POS gateways
  • 4be352d added metadata to gateways
  • 511bd5a added logs in gateways for 3d payment
  • 5a4a620 PosInterface - removed __constructor definition
  • 8d7e07b added some comments
  • f5529e2 update log functions
  • 351743b updated example header

📊 Changes

49 files changed (+747 additions, -826 deletions)

View changed files

📝 .github/workflows/ci-php.yml (+1 -1)
📝 .gitignore (+2 -0)
📝 README.md (+27 -3)
📝 composer.json (+8 -3)
📝 docs/CHANGELOG.md (+28 -0)
📝 examples/_main_config.php (+10 -1)
📝 examples/template/_header.php (+2 -2)
📝 examples/vakifbank/3d/response.php (+1 -9)
src/Client/HttpClient.php (+78 -0)
📝 src/Entity/Card/AbstractCreditCard.php (+32 -39)
📝 src/Entity/Card/CreditCard.php (+1 -121)
src/Entity/Card/CreditCardEstPos.php (+0 -43)
src/Entity/Card/CreditCardGarantiPos.php (+0 -18)
src/Entity/Card/CreditCardInterPos.php (+0 -44)
src/Entity/Card/CreditCardKuveytPos.php (+0 -43)
src/Entity/Card/CreditCardPayFor.php (+0 -18)
src/Entity/Card/CreditCardPosNet.php (+0 -18)
src/Entity/Card/CreditCardVakifBank.php (+0 -64)
📝 src/Exceptions/CardTypeNotSupportedException.php (+2 -1)
📝 src/Exceptions/CardTypeRequiredException.php (+2 -1)

...and 29 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mewebstudio/pos/pull/88 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 9/3/2022 **Status:** ✅ Merged **Merged:** 9/3/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `psr-logger-integration` --- ### 📝 Commits (10+) - [`9aefc73`](https://github.com/mewebstudio/pos/commit/9aefc731349cd19293805bb979fb19ccd7d63981) added deprecation notes - [`999faba`](https://github.com/mewebstudio/pos/commit/999faba78658456a7b33a58995fc41aa8c72c780) removed deprecated code - [`8712688`](https://github.com/mewebstudio/pos/commit/87126889783d5dd455f7128f34ac37b834c1c6ef) installed PSR-3 logger - [`e6f2170`](https://github.com/mewebstudio/pos/commit/e6f217029d8881a8a10c39cf8dae572fdd25bffa) integrated logger into POS gateways - [`4be352d`](https://github.com/mewebstudio/pos/commit/4be352d960bb57e769be0ef81e9d2c29a40d255f) added metadata to gateways - [`511bd5a`](https://github.com/mewebstudio/pos/commit/511bd5abea8bd3f0750d2cb366df5350b183b240) added logs in gateways for 3d payment - [`5a4a620`](https://github.com/mewebstudio/pos/commit/5a4a620e1994f321c254e4647778291493f51330) PosInterface - removed __constructor definition - [`8d7e07b`](https://github.com/mewebstudio/pos/commit/8d7e07b532af322e39c06e50a36374dd9a6abed4) added some comments - [`f5529e2`](https://github.com/mewebstudio/pos/commit/f5529e26f6465d8d6c349144c9fcb3c34a1feb66) update log functions - [`351743b`](https://github.com/mewebstudio/pos/commit/351743b493ce54511bb8bbda7fac5cd4ddc2817b) updated example header ### 📊 Changes **49 files changed** (+747 additions, -826 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-php.yml` (+1 -1) 📝 `.gitignore` (+2 -0) 📝 `README.md` (+27 -3) 📝 `composer.json` (+8 -3) 📝 `docs/CHANGELOG.md` (+28 -0) 📝 `examples/_main_config.php` (+10 -1) 📝 `examples/template/_header.php` (+2 -2) 📝 `examples/vakifbank/3d/response.php` (+1 -9) ➕ `src/Client/HttpClient.php` (+78 -0) 📝 `src/Entity/Card/AbstractCreditCard.php` (+32 -39) 📝 `src/Entity/Card/CreditCard.php` (+1 -121) ➖ `src/Entity/Card/CreditCardEstPos.php` (+0 -43) ➖ `src/Entity/Card/CreditCardGarantiPos.php` (+0 -18) ➖ `src/Entity/Card/CreditCardInterPos.php` (+0 -44) ➖ `src/Entity/Card/CreditCardKuveytPos.php` (+0 -43) ➖ `src/Entity/Card/CreditCardPayFor.php` (+0 -18) ➖ `src/Entity/Card/CreditCardPosNet.php` (+0 -18) ➖ `src/Entity/Card/CreditCardVakifBank.php` (+0 -64) 📝 `src/Exceptions/CardTypeNotSupportedException.php` (+2 -1) 📝 `src/Exceptions/CardTypeRequiredException.php` (+2 -1) _...and 29 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:43:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#206
No description provided.