visma-pay/visma-pay

There is no license information available for the latest version (1.0.0) of this package.

Visma Pay PHP Library

1.0.0 2021-01-20 12:42 UTC

This package is auto-updated.

Last update: 2024-04-20 20:14:59 UTC


README

See documentation at https://www.vismapay.com/docs/web_payments/

To install with composer, add following to composer.json and run ** composer update **

{
  "require": {
    "visma-pay/visma-pay": "^1.0.0"
  }
}

For manual installation, you need to use provided loader

require './path-to-rest-php-lib/lib/visma_pay_loader.php';