Download the PHP package fredrik01/swish-php without Composer
On this page you can find all versions of the php package fredrik01/swish-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package swish-php
Swish-PHP
This is a fork of helmutschneider/swish-php that supports Docker.
Swish-PHP is a small wrapper for the swish merchant api. See https://www.getswish.se/handel/ for more information.
Dependencies
- PHP 5.5.9 or newer
- curl
- openssl
Dev dependencies
- Just Docker and Docker Compose
Installation
Obtaining test certificates
Swish documentation as of 2018-06-27: https://developer.getswish.se/content/uploads/2017/04/MerchantsAPI_Getswish_180517_v1.91.pdf Test certificate bundle as of 2018-06-27: https://developer.getswish.se/content/uploads/2017/04/Merchants_Test-1.zip
Begin by obtaining the SSL certificates required by Swish. The Swish server itself uses a self-signed root certificated so a CA-bundle to verify its origin is needed. You will also need a client certificate and corresponding private key so the Swish server can identify you.
As of 2018-06-27 the test certificates are called Swish Merchant Test Certificate 1231181189.key
, Swish Merchant Test Certificate 1231181189.pem
and Swish TLS Root CA.pem
.
You must concatenate Swish Merchant Test Certificate 1231181189.key
and Swish Merchant Test Certificate 1231181189.pem
together, otherwise they will not work with cURL.
This bundle is your client certificate.
Usage
The client closely mirrors the swish api:
When you have the SSL certificates ready you may instantiate the client:
Notes for OSX
The bundled PHP in OSX 10.12 and earlier is not compatible with the above approach of forwarding SSL certificates. You must obtain a PHP-version that is compiled with cURL linked against OpenSSL or similar.
Run the tests
To run the tests you need certificates for the Swish test server. Place the root certificate in tests/_data/root.pem
and
the client certificate in tests/_data/client.pem
.
Place the generated certs in tests/_data
and run the tests.
All versions of swish-php with dependencies
ext-curl Version *
ext-openssl Version *
guzzlehttp/guzzle Version ~6.0