Skip to content

Package documentation

SatisHub

Sell private Composer packages with license-based access control and FilamentPHP.

$99
v4
v5

Package health score

88

out of 100

Security
85
Maintenance
88
Ecosystem
100
Powered by Plumb·v1.2.0·checked Aug 14, 2026

SatisHub Logo

SatisHub is a Laravel package for selling private Composer packages with license-based access control.

It includes:

  • multi-provider checkout (Stripe, Polar, LemonSqueezy)
  • webhook processing and order/license lifecycle handling
  • private Composer repository authentication
  • license activation/validation APIs
  • Filament resources for package operations

Quick Start

composer require afsakar/satishub
php artisan vendor:publish --tag=satishub-config
php artisan migrate

Host app requirements:

  • register repo.auth alias in bootstrap/app.php
  • register \Afsakar\Satishub\Filament\SatisPlugin::make() in your panel provider