visma-pay / visma-pay
There is no license information available for the latest version (1.1.0) of this package.
Visma Pay PHP Library
1.1.0
2026-05-20 06:30 UTC
Requires (Dev)
- mockery/mockery: ^1.6.0
- phpunit/phpunit: ^10.0.0 || ^9.0
This package is auto-updated.
Last update: 2026-05-20 06:37:46 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.1.0"
}
}
For manual installation, you need to use provided loader
require './path-to-rest-php-lib/lib/visma_pay_loader.php';