PHPackages                             hypeit/tradetracker-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hypeit/tradetracker-api-client

ActiveLibrary[API Development](/categories/api)

hypeit/tradetracker-api-client
==============================

TradeTracker API client

v0.5.1(8mo ago)1020.9k↑40.9%5MITPHPPHP &gt;=7.1CI failing

Since Jul 16Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/hypeit/tradetracker-api-client)[ Packagist](https://packagist.org/packages/hypeit/tradetracker-api-client)[ RSS](/packages/hypeit-tradetracker-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

TradeTracker API client
=======================

[](#tradetracker-api-client)

A TradeTracker API client to communicate with the webservice and map results to real model objects.

[![Build Status](https://camo.githubusercontent.com/2f7da98ec5a620b2f99038994cda42d4baa1746b6356ed63693ff5fcc296154f/68747470733a2f2f7472617669732d63692e6f72672f6879706569742f7472616465747261636b65722d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hypeit/tradetracker-api-client)[![Total Downloads](https://camo.githubusercontent.com/24e50af47125e5261db595b98e4b1157e64bfef6a3936a8951836b909cd1531c/68747470733a2f2f706f7365722e707567782e6f72672f6879706569742f7472616465747261636b65722d6170692d636c69656e742f646f776e6c6f6164732e737667)](https://packagist.org/packages/hypeit/tradetracker-api-client)[![Latest Stable Version](https://camo.githubusercontent.com/fa46486e2fd6ebe33608ffa94712b4159077e2b8e69e06b7d99d3f0d633fbf2b/68747470733a2f2f706f7365722e707567782e6f72672f6879706569742f7472616465747261636b65722d6170692d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/hypeit/tradetracker-api-client)

Installation
------------

[](#installation)

You can install the package via composer:

```
$ composer require hypeit/tradetracker-api-client
```

You must configure authentication in order to use the client.

```
$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.

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

Usage
-----

[](#usage)

Call a client method to initiate the api call:

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

Common methods are:

- getAffiliateSites
- getCampaigns
- getClickTransactions
- getConversionTransactions
- getTransactions
- getReportAffiliateSite
- getReportCampaign
- getFeeds
- getFeedProductCategories
- getFeedProducts

Some method calls can have an optional filter:

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

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

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance61

Regular maintenance activity

Popularity35

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~522 days

Recently: every ~653 days

Total

6

Last Release

248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ad353e2d3fc0f1c78108f48a99b55dbc8328d4c2aa5ab5a44f9df08f732ba36?d=identicon)[stixx](/maintainers/stixx)

---

Top Contributors

[![aradhell](https://avatars.githubusercontent.com/u/6387515?v=4)](https://github.com/aradhell "aradhell (2 commits)")[![lvdhoorn](https://avatars.githubusercontent.com/u/22305189?v=4)](https://github.com/lvdhoorn "lvdhoorn (1 commits)")[![roerlemans](https://avatars.githubusercontent.com/u/14876955?v=4)](https://github.com/roerlemans "roerlemans (1 commits)")

---

Tags

affiliateapi-clienttradetrackerapiclientaffiliatetradetracker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hypeit-tradetracker-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/hypeit-tradetracker-api-client/health.svg)](https://phpackages.com/packages/hypeit-tradetracker-api-client)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
