aiarmada/affiliate-network

Multi-merchant affiliate network and marketplace extension for AIArmada affiliates.

Maintainers

Package info

github.com/AIArmada/affiliate-network

Homepage

Issues

pkg:composer/aiarmada/affiliate-network

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

v1.0.0 2026-03-18 16:30 UTC

This package is auto-updated.

Last update: 2026-03-21 04:41:02 UTC


README

Multi-merchant affiliate network and marketplace extension for AIArmada affiliates.

Overview

This package extends aiarmada/affiliates to support multi-merchant affiliate networks where:

  • Merchants register sites and create offers (products/services for affiliates to promote)
  • Affiliates browse offers, apply for approval, and generate deep tracking links
  • Network operators manage the marketplace, approve merchants, and monitor activity

Installation

composer require aiarmada/affiliate-network

Publish and run migrations:

php artisan migrate

Key Concepts

Sites

Merchants register their domains/sites where offers are hosted. Each site tracks its own conversions and attributions.

Offers

Products or services that affiliates can promote. Offers have their own commission structures, creatives, and approval workflows.

Offer Applications

Affiliates apply to promote specific offers. Merchants can auto-approve or manually review applications.

Deep Links

Once approved, affiliates generate tracking links that include site, offer, and affiliate identifiers for precise attribution.

Documentation

See docs/ for complete documentation.