bambora / payform
Bambora PayForm PHP Library
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 6 253
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 1
Open Issues: 0
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';