PHPackages                             eelcol/laravel-tradedoubler - 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. eelcol/laravel-tradedoubler

ActiveLibrary[API Development](/categories/api)

eelcol/laravel-tradedoubler
===========================

Laravel wrapper for the TradeDoubler API

1.0.6(4y ago)02.4k↓83.3%MITPHPPHP ^7.4|^8.0

Since Jul 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/eelcol/laravel-tradedoubler)[ Packagist](https://packagist.org/packages/eelcol/laravel-tradedoubler)[ RSS](/packages/eelcol-laravel-tradedoubler/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependencies (6)Versions (9)Used By (0)

Installation
============

[](#installation)

```
composer require eelcol/laravel-tradedoubler

```

### Setup .env

[](#setup-env)

Change your .env to include the following variables:

```
TRADEDOUBLER_CLIENT_ID=...
TRADEDOUBLER_CLIENT_SECRET=...
TRADEDOUBLER_USERNAME=...
TRADEDOUBLER_PASSWORD=...

```

Read the following docs to get a clientId and clientSecret:

```
https://tradedoubler.docs.apiary.io/#/reference/o-auth-2-0/bearer-and-refresh-token

```

### Publish assets

[](#publish-assets)

```
php artisan vendor:publish --tag=laravel-tradedoubler
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"

```

Also run the migrations after publishing:

```
php artisan migrate

```

### Fetch data

[](#fetch-data)

#### Load transactions

[](#load-transactions)

```
use Eelcol\LaravelTradedoubler\Support\Facades\Tradedoubler;

// last 7 days
Tradedoubler::getTransactions(now()->subDays(7), now());

// today only
Tradedoubler::getTransactions(now());

```

#### Make another GET call

[](#make-another-get-call)

Currently, only the call to load transactions is build-in. To make another GET call:

```
use Eelcol\LaravelTradedoubler\Support\Facades\Tradedoubler;

Tradedoubler::get('path', ['param1' => 123]);

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~41 days

Recently: every ~62 days

Total

7

Last Release

1554d ago

### Community

Maintainers

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

---

Top Contributors

[![eelcol](https://avatars.githubusercontent.com/u/9012901?v=4)](https://github.com/eelcol "eelcol (10 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eelcol-laravel-tradedoubler/health.svg)

```
[![Health](https://phpackages.com/badges/eelcol-laravel-tradedoubler/health.svg)](https://phpackages.com/packages/eelcol-laravel-tradedoubler)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[resend/resend-laravel

Resend for Laravel

1212.2M8](/packages/resend-resend-laravel)[essa/api-tool-kit

set of tools to build an api with laravel

53386.5k](/packages/essa-api-tool-kit)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[joggapp/laravel-aws-sns

Laravel package for the SNS events by AWS

3175.9k](/packages/joggapp-laravel-aws-sns)

PHPackages © 2026

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