İçeriğe geç

Paket dokümantasyonu

SatisHub

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

$99
v4
v5

Paket sağlık puanı

88

100 üzerinden

Güvenlik
85
Bakım
88
Ekosistem
100
Puanlar: Plumb·v1.2.0·14 Ağu 2026 tarihinde ölçüldü

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