Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 380 Bytes

Visma Pay PHP Library

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';