Skip to content

A PHP client library for the Datatrans Payment XML API

License

Notifications You must be signed in to change notification settings

orca-services/php-datatrans-xml-api-client

Repository files navigation

Datatrans Payment XML API PHP Client

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