subscribo / klarna-invoice-sdk-wrapped
Klarna Invoice and Part payment SDK modified and wrapped for use with Composer
Requires
- phpxmlrpc/phpxmlrpc: ~4.1
This package is not auto-updated.
Last update: 2024-11-23 17:17:21 UTC
README
contains modified files from Klarna PHP SDK package for Invoice and Part payment integration packaged for use with Composer
Important note
This is not an official Klarna package.
You can download official Klarna PHP SDK package for Invoice and Part payment integration (below just "Klarna SDK") from https://developers.klarna.com/en/at+php/kpm/download
Direct download link for 3.2.0 version of Klarna SDK, which has been used in this package: https://cdn.klarna.com/1.0/code/integration/library/server/api/klarna_php_3.2.0.zip
Reference snapshot of Klarna SDK is also available at https://github.com/klarna/php-xmlrpc
Above mentioned official Klarna SDK package contains also some files, not included in this unofficial (Subscribo / Klarna Invoice SDK Wrapped) package, such as examples and 3rd party phpxmlrpc library.
Official Klarna page for integration developers: https://developers.klarna.com
Above links are valid at the time of writing - May 2015
Installing
You can install package via Composer by adding following lines to your project's or package's composer.json:
"require": { "subscribo/klarna-invoice-sdk-wrapped": "^1.0.1" }
and running:
$ composer update
Contributing
For contributing guidelines for this - unofficial package see CONTRIBUTING.md.
If you want to contribute to official Klarna SDK package, you may want to contact Klarna AB:
- web: https://www.klarna.com
- Github: https://github.com/klarna
- email: opensource@klarna.com
- email: integration@klarna.com
License
This package is released under BSD-2-Clause license.
License file: LICENSE.txt
Credits
Credits file: CREDITS.md
Changelog
Changelog file: CHANGELOG.md