securetrading / stpp_json
Secure Trading's JSON API.
2.0.0
2020-06-29 06:48 UTC
Requires
- php: ^7.3
- securetrading/data: ^2.0
- securetrading/exception: ^1.0.1
- securetrading/http: ^2.0
- securetrading/ioc: ^2.0
- securetrading/log: ^2.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- securetrading/unittest: ^3.0
- squizlabs/php_codesniffer: ^3.5.5
This package is not auto-updated.
Last update: 2021-02-22 11:53:44 UTC
README
Installation
Install this library using Composer. From the root directory of your application just run:
composer require securetrading/stpp_json
Documentation
Please refer to http://www.securetrading.com/support/document/category/web-services/ for full documentation.
Bugs
Please report any bugs to devapi@securetrading.com.
Usage
See examples/ in this repository for an example of how to use this API.
Release History
Version | Changes |
---|---|
2.0.0 | PHP 7.3+ compat. |
1.0.2 | PHP 7.0 patch. |
1.0.1 | TODO |
1.0.0 | Initial Release |
PHP Version Compatibility
Version | Changes |
---|---|
2.0.0 | PHP 7.3 - PHP 7.4 |
1.0.2 | PHP 7.0 - PHP 7.2 |
1.0.1 | PHP 5.x |
1.0.0 | PHP 5.x |