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
An SDK that provides multiple ways to interact with the Tradebyte API. For more information, visit TB.IO.
Features
- Memory Efficiency: The SDK is designed to consume minimal memory and can efficiently process large XML files - potentially gigabytes in size - through extensive use of iterators and XML readers.
- Flexible Processing: Depending on your needs, you can process data "on the fly" or opt for a "download and re-open" approach.
- Supported Entities: The SDK supports several entities with multiple endpoints, including: product, order, message, stock, upload
Requirements
- Credentials (username, password, account-number)
- PHP >= 7.4
- Composer
- cURL
Installation
- download composer (https://getcomposer.org/download)
- execute the following:
Quick Example (message)
Example Files
Copy the 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 ....