aiarmada/filament-affiliate-network

Filament admin plugin for managing AIArmada affiliate network marketplace.

Maintainers

Package info

github.com/AIArmada/filament-affiliate-network

Homepage

Issues

pkg:composer/aiarmada/filament-affiliate-network

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-21 04:45:23 UTC


README

Filament admin plugin for managing AIArmada affiliate network marketplace.

Overview

This package provides Filament resources and pages for managing a multi-merchant affiliate network.

Installation

composer require aiarmada/filament-affiliate-network

Configuration

Register the plugin in your Filament panel:

use AIArmada\FilamentAffiliateNetwork\FilamentAffiliateNetworkPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentAffiliateNetworkPlugin::make(),
        ]);
}

Features

Admin Resources

  • Sites - Manage merchant domains and verification
  • Offers - Create and manage affiliate offers
  • Categories - Organize offers into categories
  • Applications - Review affiliate applications

Merchant Portal

  • Dashboard with site/offer performance
  • Offer management
  • Creative asset uploads
  • Affiliate approval workflow

Affiliate Marketplace

  • Browse available offers
  • Apply for offers
  • Generate deep tracking links
  • View performance statistics