orca-services / datatrans-xml-api-client
A client library for the Datatrans Payment XML API
Installs: 836
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 0
Open Issues: 2
pkg:composer/orca-services/datatrans-xml-api-client
Requires
- php: >=5.5.9
- composer/ca-bundle: ^1.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: ^2.7
This package is auto-updated.
Last update: 2024-09-15 04:43:01 UTC
README
A PHP client library for the Datatrans Payment XML API.
Installation
You can install this library through Composer.
$ composer require orca-services/datatrans-xml-api-client
Documentation
Check out the documentation on how to use this library.
Change log
Please see CHANGELOG for more information on what has changed recently.
TODO
- Authorisation API
- Unit tests
- Travis CI integration
- Scrutinizer CI integration
- Logging integration
- Better request & response abstraction
- Status API request type switch (STA/STX) support
- General API version switch support
- "errorEmail" support for Settlement Request
- Consider using HTTPlug
- Adapt some more PHP packages best practices
Similar Projects
Datatrans Authorisation by Ibrows https://github.com/ibrows/datatrans
Datatrans Symfony2 bundle by Valiton https://github.com/valiton/DatatransBundle