kco_php
kco_php copied to clipboard
DEPRECATED: Klarna Checkout PHP library
**What should be changed** - [ ] Build process - [ ] Dependencies - [x] Other tools: - Status of the project **Current State** The project just has a deprecation...
The klarna [docs](https://developers.klarna.com/en/se/kco-v2/download/php) claims: > PHP >= 5.x (PHP 7 is currently not supported) [kco_php](https://github.com/klarna/kco_php) seems to support PHP 7, based on our internal tests. * No issues found testing...
Because php 7 is not supported (Source: https://developers.klarna.com/en/se/kco-v2/download/php)
> As of 2014-10-21 PSR-0 has been marked as deprecated. PSR-4 is now recommended as an alternative. Are there any plans to update this lib?
It seems unused?
[composer.json](https://github.com/klarna/kco_php/blob/v1.2/composer.json) and the [devportal](developers.klarna.com/en/client-libraries/klarna-checkout) both say 5.2 so we should actually test it as well.