Download the PHP package kinimodmeyer/tradebyte-sdk without Composer
On this page you can find all versions of the php package kinimodmeyer/tradebyte-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kinimodmeyer/tradebyte-sdk
More information about kinimodmeyer/tradebyte-sdk
Files in kinimodmeyer/tradebyte-sdk
Download kinimodmeyer/tradebyte-sdk
More information about kinimodmeyer/tradebyte-sdk
Files in kinimodmeyer/tradebyte-sdk
Vendor kinimodmeyer
Package tradebyte-sdk
Short Description Tradebyte SDK
License MIT
Homepage https://github.com/kinimodmeyer/tradebyte-sdk-php
Package tradebyte-sdk
Short Description Tradebyte SDK
License MIT
Homepage https://github.com/kinimodmeyer/tradebyte-sdk-php
Please rate this library. Is it a good library?
Informations about the package tradebyte-sdk
Tradebyte SDK
SDK to handle all different ways to interact with Tradebyte API. more informations you will find on TB.IO.
Features
- the sdk is build that way that it not consume much memory and can even process gigabyte of data. this is done by heavy use of iterators and xml readers.
- depending on the call you can choose between "on the fly" or "download/re-open" processing.
- the following entities with multiple endpoints are supported: product, order, message, stock, upload
Requirements
- credentials (username,password,account-number)
- PHP >= 7.4
- Composer
- cURL
Install
- download composer (https://getcomposer.org/download)
- execute the following:
Quick Example (message)
Example Files
copy vendor/kinimodmeyer/tradebyte-sdk/examples/
folder to your project-root.
rename examples/example_credentials.php
to examples/credentials.php
and replace the credentials.
execute the examples from the cli:
Tests
execute the test with the following:
Code Analysis
execute the analysis with the following:
fix (if possible) with the following:
All versions of tradebyte-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*
ext-xmlreader Version *
ext-simplexml Version *
ext-xmlwriter Version *
ext-curl Version *
ext-xmlreader Version *
ext-simplexml Version *
ext-xmlwriter Version *
ext-curl Version *
The package kinimodmeyer/tradebyte-sdk contains the following files
Loading the files please wait ....