2017-25 © Pedro Peláez
 

library tradetracker-api-client

TradeTracker API client

image

hypeit/tradetracker-api-client

TradeTracker API client

  • Wednesday, July 18, 2018
  • by stixx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

TradeTracker API client

A TradeTracker API client to communicate with the webservice and map results to real model objects., (*1)

Build Status Total Downloads Latest Stable Version, (*2)

Installation

You can install the package via composer:, (*3)

$ composer require hypeit/tradetracker-api-client

You must configure authentication in order to use the client., (*4)

$authentication = new Authentication(
    12345, // The customer id
    'passphrase', // The passphrase
    true, // Whether to not allow changes (optional)
    'en_GB', // The locale to be used for results. (optional)
    false // Whether to receive demo results. (optional)
);

Then inject the wsdl and the authentication object into the client., (*5)

$client = new TradeTrackerClient('http://ws.tradetracker.com/soap/affiliate?wsdl', $authenticate);

Usage

Call a client method to initiate the api call:, (*6)

$affiliateSites = $client->getAffiliateSites();

Common methods are: - getAffiliateSites - getCampaigns - getClickTransactions - getConversionTransactions - getTransactions - getReportAffiliateSite - getReportCampaign - getFeeds - getFeedProductCategories - getFeedProducts, (*7)

Some method calls can have an optional filter:, (*8)

$filter = new AffiliateSiteFilter();
$filter->setLimit(5);

$affiliateSites = $client->getAffiliateSites($filter);

Testing

bash $ composer test, (*9)

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

18/07 2018

dev-master

9999999-dev

TradeTracker API client

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

by Jelle van Oosterbosch

api client affiliate tradetracker

18/07 2018

v0.2

0.2.0.0

TradeTracker API client

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

by Jelle van Oosterbosch

api client affiliate tradetracker

18/07 2018

dev-fixes

dev-fixes

TradeTracker API client

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

by Jelle van Oosterbosch

api client affiliate tradetracker

16/07 2018

v0.1

0.1.0.0

TradeTracker API client

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

by Jelle van Oosterbosch

api client affiliate tradetracker