An open API service indexing awesome lists of open source software.

https://github.com/orca-services/php-datatrans-xml-api-client

A PHP client library for the Datatrans Payment XML API
https://github.com/orca-services/php-datatrans-xml-api-client

api-client hacktoberfest payment-gateway php xml

Last synced: 6 months ago
JSON representation

A PHP client library for the Datatrans Payment XML API

Awesome Lists containing this project

README

          

Datatrans Payment XML API PHP Client
====================================

A PHP client library for the [Datatrans Payment XML API](https://www.datatrans.ch/showcase/).

Installation
------------

You can install this library through [Composer](https://getcomposer.org/).

````bash
$ composer require orca-services/datatrans-xml-api-client
````

Documentation
-------------

Check out the [documentation](docs/Home.md) on how to use this library.

Change log
----------

Please see [CHANGELOG](CHANGELOG.md) 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](http://httplug.io/)
- 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