arvatis / payolution-php-api
payolution api developed for the plentymarkets payolution plugin
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/arvatis/payolution-php-api
Requires
- doctrine/common: 2.7.2
- guzzlehttp/guzzle: 6.2.3
- monolog/monolog: 1.22.1
- symfony/property-access: 3.2.7
- symfony/serializer: 3.2.7
Requires (Dev)
- fzaninotto/faker: ^1.6
- phpmetrics/phpmetrics: ^2.0
- phpunit/phpunit: ~5
This package is auto-updated.
Last update: 2025-09-29 00:35:39 UTC
README
Php implementatio of the payolution xml api. To get started have a look at the phpunit integration tests (see folder tests/Integration).
Tests
To run the unit tests execute
phpunit --exclude-group online
To run tests agains the Payone API, set up your merchant credentials in the phpunit.ini file (see phpunit.ini.dist as reference for the field names).
Run phpunit
Changelog
See the changelog.