atdev / docdata
PHP wrapper around DocData's API (v1.3)
1.4
2019-04-24 13:51 UTC
Requires
- php: >=5.4.0
- psr/log: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.1
README
WARNING: By no means feature complete or thoroughly tested
The Order API component for the DocData library.
Documentation
About
This component lets you create orders and track their status through DocData's Order API.
The current supported API version is 1.3
.
History
- May 2018 - api 1.3 support added
- May 2018 - new fork https://github.com/alekseykuleshov/docdata created, using release 0.9 of https://github.com/roelvanduijnhoven/docdata
- June 2017 - Improved logging. And removed automated test runner using Travis.
- November 2016 - https://github.com/roelvanduijnhoven/docdata was forked due to issues to repo not being managed
- August 2014 - new fork https://github.com/cleentfaar/docdata-orderapi created
- February 2013 - Initial work by Tijs Verkoyen https://github.com/tijsverkoyen/Docdata-Payments
License
This package is dual-licensed; mostly MIT (my own code) and some BSD (the original library, see the complete license here).
Thanks
This project is a fork of https://github.com/cleentfaar/docdata-orderapi, which is a fork of https://github.com/tijsverkoyen/Docdata-Payments. Thus thanks to both @cleentfaar and @tijsverkoyen.