adyen-php-api-library
adyen-php-api-library copied to clipboard
Adyen API Library for PHP
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [monolog/monolog](https://togithub.com/Seldaek/monolog) | require | major | `^1.16 \|\| ^2.0` -> `^1.16...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [friendsofphp/php-cs-fixer](https://togithub.com/FriendsOfPHP/PHP-CS-Fixer) | require-dev | pin | `*` -> `3.4.0` | Add...
Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.6.0 to 2.8.0. Release notes Sourced from monolog/monolog's releases. 2.8.0 Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)...
**Description** Added support for setting a custom certificate path in the Curl Client. This is needed in our scenario when proxying Adyen requests through [VGS](https://www.verygoodsecurity.com/docs/guides/outbound-connection#tls-certificates) for PCI compliance. In addition...
**Is your feature request related to a problem? Please describe.** The only implementation of https://github.com/Adyen/adyen-php-api-library/blob/34e9e1f572bfebfe9bd7ab42308a6c06128daec6/src/Adyen/HttpClient/ClientInterface.php#L5 depends on `ext-curl` which does not play nicely with [OuiCar](https://github.com/orgs/Ouicar) application architecture. **Describe the solution...
**Describe the bug** While digging up invisible errors with static analysis I've noticed very many of the PHPDoc blocks are invalid. Will you accept a PR correcting them?
**Is your feature request related to a problem? Please describe.** Clean code uses only single quotes. **Describe the solution you'd like** I'd send a PR with changing all quotes to...
Hi i noticed what `phpunit/phpunit: 9.1` support `php: ^7.3` but this project declare support for `php >= 5.3`, i suppose that this environment are not covered by tests and that...
It's possible to use Guzzle to use PSR standard and have better integrations? Or php http to be agnostic...