PHPackages                             yawaweb/affiliate-deeplink-generator - 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. yawaweb/affiliate-deeplink-generator

ActiveLibrary

yawaweb/affiliate-deeplink-generator
====================================

Generate deeplinks from different affiliate networks.

2.0.0(3y ago)337MITPHPPHP &gt;=8.0

Since May 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/yawaweb/affiliate-deeplink-generator)[ Packagist](https://packagist.org/packages/yawaweb/affiliate-deeplink-generator)[ Docs](https://github.com/yawaweb/affiliate-deeplink-generator)[ RSS](/packages/yawaweb-affiliate-deeplink-generator/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Affiliate Deeplink Generator 2.0
================================

[](#affiliate-deeplink-generator-20)

Create dynamic affiliate deeplink urls from different networks.

Requirements
------------

[](#requirements)

- PHP &gt;=8.0

Supported Affiliate Networks
----------------------------

[](#supported-affiliate-networks)

- Ebay
- Awin
- Belboon
- Digistore24

You are welcome to make a pull request with more choices.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
composer require yawaweb/affiliate-deeplink-generator
```

Usage
-----

[](#usage)

Once the is installed, simply use it in your code. The following example shows you how to create a valid tracking url.

For awin :

```
use yawaweb\AffiliateDeeplinkGenerator\Networks\Awin;

$awin = new Awin(123456789); //Publisher ID
$awin->setAdvertiserId(1234); //REQUIRED
$awin->setCampaignRef('myCampaign'); //OPTIONAL
$awin->setClickRef('custom click reference'); //OPTIONAL

$awin->getByDeeplink('https://www.example.com/search/?sSearch=football');
```

this generates:

```
https://www.awin1.com/cread.php?awinmid=123&awinaffid=123456789&clickref=custom+click+ref&campaign=myCampaign&ued=https%3A%2F%2Fwww.example.com%2Fsearch%2F%3FsSearch%3Dfootball

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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 ~213 days

Total

4

Last Release

1177d ago

Major Versions

v1.0.2-stable → 2.0.02023-02-20

PHP version history (3 changes)1.0.0PHP &gt;=7.4

v1.0.2-stablePHP &gt;=7.2.5

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/277d39864b49e12c5941a05cd0e267246e70b2bebf1e2a413c4e29116c17f281?d=identicon)[yawaweb](/maintainers/yawaweb)

---

Top Contributors

[![yawaweb](https://avatars.githubusercontent.com/u/35897222?v=4)](https://github.com/yawaweb "yawaweb (28 commits)")

---

Tags

urlaffiliatelink generator

### Embed Badge

![Health badge](/badges/yawaweb-affiliate-deeplink-generator/health.svg)

```
[![Health](https://phpackages.com/badges/yawaweb-affiliate-deeplink-generator/health.svg)](https://phpackages.com/packages/yawaweb-affiliate-deeplink-generator)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.2k](/packages/guzzlehttp-psr7)[symfony/routing

Maps an HTTP request to a set of configuration variables

7.6k789.4M1.8k](/packages/symfony-routing)[league/uri

URI manipulation library

1.1k206.4M277](/packages/league-uri)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

538204.9M23](/packages/league-uri-interfaces)[spatie/url

Parse, build and manipulate URL's

73914.3M97](/packages/spatie-url)[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

48619.2M541](/packages/nette-http)

PHPackages © 2026

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