heidelpay / php-api
Client library for heidelpay payments.
Requires
- php: >=5.6.0
- ext-simplexml: *
- lib-curl: *
- lib-openssl: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- heidelpay/phpdocumentor: 2.9.1
- phpunit/phpunit: ~5.7
- satooshi/php-coveralls: ^1.0
Suggests
- heidelpay/php-customer-messages: You can use this package to provide user-friendly messages instead of error codes.
This package is auto-updated.
Last update: 2022-02-01 13:04:46 UTC
README
Welcome to the heidelpay payment api for php
This is the php payment api for heidelpay. The library will help you to easily integrate heidelpay into your application.
ATTENTION: This package is abandoned and replaced by heidelpay/php-payment-api package.
Currently supported payment methods:
- credit card
- debit card
- prepayment
- Sofort
- PayPal
- direct debit
- iDeal
- Giropay
- Przelewy24
- PostFinance Card
- PostFinance EFinance
- EPS
- invoice
- invoice secured b2c
- direct debit secured b2c
- Santander invoice
- easyCredit
SYSTEM REQUIREMENTS
php-api requires PHP 5.6 or higher; we recommend using the latest stable PHP version whenever possible.
SECURITY ADVICE
If you want to store the output of this library into a database or something, please make sure that your application takes care of sql injection, cross-site-scripting (xss) and so on. There is no build in protection by now.
LICENSE
You can find a copy of this license in LICENSE.txt.
Documentation
Please visit http://dev.heidelpay.com/heidelpay-php-api/ for the developer documentation.
UnitTest
This library comes with a set of unit tests. Please be so kind and do not run all tests on any build.
Examples
Integration examples can be found in the example folder. Just open the
_enableExamples.php and change
define('HeidelpayPhpApiExamples', FALSE);
to
define('HeidelpayPhpApiExamples', TRUE);
Please make sure to switch it off again, after you lunch your application.