PHP-API
Installation
Install this library using Composer. From the root directory of your application just run:
composer require securetrading/stpp_json
Documentation
Please refer to https://docs.trustpayments.com/document/webservices-api/getting-started/ 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 |
---|---|
4.0.6 | PHP-Log update. |
4.0.5 | PHP-Log & PHP-Http update. |
4.0.4 | Test and deprecation fixes. |
4.0.3 | PHP 8.2 compat. |
4.0.2 | Update integration tests postcode values - gateways test logic was updated causing our tests to fail. |
4.0.1 | Incorrect data ref |
4.0.0 | PHP 8.1 compat. |
3.0.0 | PHP 8 compat. |
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 |
---|---|
4.0.6 | PHP 8.1 - PHP 8.2 |
4.0.5 | PHP 8.1 - PHP 8.2 |
4.0.4 | PHP 8.1+ |
4.0.3 | PHP 8.1+ |
4.0.2 | PHP 8.1+ |
4.0.1 | PHP 8.1+ |
4.0.0 | PHP 8.1+ |
3.0.0 | PHP 7.3 - 7.X, PHP 8.0.0 - 8.0.3 |
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 |