PHPackages                             clsystems/tt-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. clsystems/tt-api-client

ActiveLibrary[API Development](/categories/api)

clsystems/tt-api-client
=======================

TradeTracker API client

v1.0.0(6y ago)0161MITPHPPHP &gt;=7.2CI failing

Since Apr 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/CLSystems/tt-api-client)[ Packagist](https://packagist.org/packages/clsystems/tt-api-client)[ RSS](/packages/clsystems-tt-api-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (2)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/537c5a1d287d7a7becf602d59e1d310e22322b457ed624ca381b65c8eafabd4a/68747470733a2f2f7472617669732d63692e6f72672f636c73797374656d732f74742d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/clsystems/tt-api-client)[![Total Downloads](https://camo.githubusercontent.com/0bcb083271e6a5bf675703eb5bfb4ef98afd86dd141a7f3b5d2d965a2ea6f39e/68747470733a2f2f706f7365722e707567782e6f72672f636c73797374656d732f74742d6170692d636c69656e742f646f776e6c6f6164732e737667)](https://packagist.org/packages/clsystems/tt-api-client)[![Latest Stable Version](https://camo.githubusercontent.com/68acc1900e9c4f08ed7f4702f2a7d69275ce871b12f8c194a2d3b3e72f4fe1ee/68747470733a2f2f706f7365722e707567782e6f72672f636c73797374656d732f74742d6170692d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/clsystems/tt-api-client)

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

[](#installation)

You can install the package via composer:

```
$ composer require clsystems/tt-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
- getMaterialItems
- 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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2074187?v=4)[CLSystems](/maintainers/CLSystems)[@CLSystems](https://github.com/CLSystems)

---

Tags

apiclientaffiliatetradetracker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/clsystems-tt-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/clsystems-tt-api-client/health.svg)](https://phpackages.com/packages/clsystems-tt-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)[hypeit/tradetracker-api-client

TradeTracker API client

1020.9k](/packages/hypeit-tradetracker-api-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)
