orca-services / datatrans-xml-api-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
A client library for the Datatrans Payment XML API
0.1.0
2016-12-15 18:02 UTC
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