visma-pay / visma-pay
There is no license information available for the latest version (1.0.2) of this package.
Visma Pay PHP Library
1.0.2
2025-03-04 09:48 UTC
Requires (Dev)
- mockery/mockery: ^1.6.0
- phpunit/phpunit: ^10.0.0 || ^9.0
This package is auto-updated.
Last update: 2026-03-04 12:00:08 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';