bambora / payform
There is no license information available for the latest version (v1.3.0) of this package.
Bambora PayForm PHP Library
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v1.3.0
2019-08-21 04:52 UTC
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2021-02-21 12:11:48 UTC
README
See documentation at https://payform.bambora.com/docs/web_payments/
If you want to implement embedded card payments, please contatct Bambora PayForm support for more details.
To install with composer, add following to composer.json and run ** composer update **
{
"require": {
"bambora/payform": "^1.3.0"
}
}
For manual installation, you need to use provided loader
require './path-to-rest-php-lib/lib/bambora_payform_loader.php';