Package documentation
SatisHub
Sell private Composer packages with license-based access control and FilamentPHP.
Package health score
out of 100
- Security
- 85
- Maintenance
- 88
- Ecosystem
- 100
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.authalias inbootstrap/app.php - register
\Afsakar\Satishub\Filament\SatisPlugin::make()in your panel provider
Documentation
All detailed setup, configuration, provider/webhook examples, API usage, operations, and troubleshooting are in docs:

