cleentfaar / docdata-orderapi
The Order API component for the DocData library. Adaption of the 'Docdata Payments'-wrappers by Tijs Verkoyen.
Installs: 3 672
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 6
Open Issues: 3
Requires
- php: >=5.4.0
- psr/log: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2022-02-01 12:38:16 UTC
README
WARNING: UNDER CONSTRUCTION
The Order API component for the DocData library.
NOTE: Using Symfony? Check out the bundle that was made to implement this library here!
Documentation
About
This component lets you create orders and track their status through DocData's Order API.
The current supported API version is 1.2
.
License
This package is dual-licensed; mostly MIT (my own code) and some BSD (the original library, see the complete license here).
Thanks
The code in this component is mostly a rough copy of the Docdata-Payments package by Tijs Verkoyen. Thanks for your work Tijs!