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
- Host: GitHub
- URL: https://github.com/orca-services/php-datatrans-xml-api-client
- Owner: orca-services
- License: mit
- Archived: true
- Created: 2016-12-09T13:46:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:57:46.000Z (over 2 years ago)
- Last Synced: 2025-11-13T02:41:52.034Z (8 months ago)
- Topics: api-client, hacktoberfest, payment-gateway, php, xml
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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