visma-pay/visma-pay

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

Visma Pay PHP Library

Installs: 58 941

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 2

Open Issues: 0

pkg:composer/visma-pay/visma-pay

1.0.2 2025-03-04 09:48 UTC

This package is auto-updated.

Last update: 2025-11-04 11:12:47 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.2"
  }
}

For manual installation, you need to use provided loader

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