PHPackages                             aiarmada/filament-affiliates - 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. [Admin Panels](/categories/admin)
4. /
5. aiarmada/filament-affiliates

ActiveLibrary[Admin Panels](/categories/admin)

aiarmada/filament-affiliates
============================

Filament admin plugin for managing AIArmada affiliate programs, attributions, and commissions.

v1.0.0(1mo ago)001MITPHP

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/AIArmada/filament-affiliates)[ Packagist](https://packagist.org/packages/aiarmada/filament-affiliates)[ Docs](https://github.com/aiarmada/commerce)[ RSS](/packages/aiarmada-filament-affiliates/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

AIArmada Filament Affiliates
============================

[](#aiarmada-filament-affiliates)

Filament v5 plugin that turns the `aiarmada/affiliates` package into a full-fledged operator console. Manage partners, inspect attribution streams, review commissions, and drill into linked carts or vouchers without leaving Filament.

Features
--------

[](#features)

- 🎛️ **Affiliate Resource** – CRUD partners with commission policies, voucher hints, metadata, and owner scoping.
- 🛰️ **Attribution Timeline** – Inspect which carts, campaigns, and UTMs are driving activity.
- 💸 **Conversions &amp; Payouts** – Moderate commission statuses, approve payouts, and export ledgers.
- 🔗 **Deep Links** – When `aiarmada/filament-cart` or `aiarmada/filament-vouchers` exist we render contextual actions that jump to carts or vouchers.
- 📊 **Dashboard Widget** – One look metrics for active affiliates, pending approvals, total commissions, and conversion rates.

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

[](#installation)

```
composer require aiarmada/filament-affiliates
```

Register the plugin with your Filament panel:

```
use AIArmada\FilamentAffiliates\FilamentAffiliatesPlugin;

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

Publish configuration to tweak navigation groups, relation managers, and widget defaults:

```
php artisan vendor:publish --tag=filament-affiliates-config
```

Resources
---------

[](#resources)

ResourceHighlights**AffiliateResource**Hero sections for partner context, commission policy editor, relation managers for attributions &amp; conversions, and scoped filters.**AffiliateConversionResource**Moderation queue with status badges, payout actions, and optional deep links to carts/vouchers.Widgets
-------

[](#widgets)

- `AffiliateStatsWidget` – KPIs (active affiliates, pending approvals, pending commissions, total paid, conversion rate). Available in dashboards and resource overview tabs.

Integration Hooks
-----------------

[](#integration-hooks)

DependencyBenefit`aiarmada/filament-cart`Link conversions back to normalized cart snapshots.`aiarmada/filament-vouchers`Jump from affiliates or conversions to voucher campaigns that drive traffic.All integrations are auto-detected via `class_exists` so you can opt-in without extra configuration.

License
-------

[](#license)

MIT – see [LICENSE](../../LICENSE).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance89

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/726da4efcb731bc0ebcdd0b7ce64759e1f8dd63f6f771eab335458f6a2f2d3af?d=identicon)[sairiz](/maintainers/sairiz)

### Embed Badge

![Health badge](/badges/aiarmada-filament-affiliates/health.svg)

```
[![Health](https://phpackages.com/badges/aiarmada-filament-affiliates/health.svg)](https://phpackages.com/packages/aiarmada-filament-affiliates)
```

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1092.4M73](/packages/filament-spatie-laravel-settings-plugin)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)

PHPackages © 2026

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